]> granicus.if.org Git - curl/commit
Curl_single_getsock: fix hold/pause sock handling
authorCarlo Wood <carlo@alinoe.com>
Sun, 2 Nov 2014 13:09:00 +0000 (14:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Nov 2014 08:40:13 +0000 (09:40 +0100)
commit15c4d51d39ef8be29005fef58a0bb4d5c84796d5
tree02c326c12c7d9c8f4ba5487dca29bfa656172e66
parent5565d0ab079b274f4e12d528400308d54df1ffa6
Curl_single_getsock: fix hold/pause sock handling

The previous condition that checked if the socket was marked as readable
when also adding a writable one, was incorrect and didn't take the pause
bits properly into account.
lib/transfer.c