projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825a526
)
spell-fixed a comment
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 1 Aug 2006 09:38:35 +0000
(09:38 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 1 Aug 2006 09:38:35 +0000
(09:38 +0000)
lib/multi.c
patch
|
blob
|
history
diff --git
a/lib/multi.c
b/lib/multi.c
index 7f553bda57eb2756fa1538d1a8f0a634b4a627d1..3229768f01e7661a42b4b54b2de215f43bbeeb93 100644
(file)
--- a/
lib/multi.c
+++ b/
lib/multi.c
@@
-1123,7
+1123,7
@@
static void singlesocket(struct Curl_multi *multi,
action |= CURL_POLL_OUT;
}
- /* Update the sockhash accordingly BEFORE the callback
o
f not a removal,
+ /* Update the sockhash accordingly BEFORE the callback
i
f not a removal,
in case the callback wants to use curl_multi_assign(), but do the
removal AFTER the callback for the very same reason (but then to be
able to pass the correct entry->socketp) */