Created
May 8, 2013 02:33
-
-
Save davidstrauss/5537793 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- curl-7.24.0/lib/nss.c 2013-05-07 16:14:03.713121076 -0700 | |
+++ curl-7.24.0.patch/lib/nss.c 2013-05-07 16:48:31.390403275 -0700 | |
@@ -1484,3 +1484,3 @@ static ssize_t nss_recv(struct connectda | |
- nread = PR_Recv(conn->ssl[num].handle, buf, (int)buffersize, 0, -1); | |
+ nread = PR_Recv(conn->ssl[num].handle, buf, (int)buffersize, 0, PR_INTERVAL_NO_WAIT); | |
if(nread < 0) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment