]> git.ipfire.org Git - thirdparty/curl.git/commit
pause: force a connection (re-)check after unpausing
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Mar 2020 09:04:28 +0000 (10:04 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Mar 2020 09:49:51 +0000 (10:49 +0100)
commite040146f22608fd92c44be2447a6505141a8a867
tree4d084aa00bb40dd4b2f540295073f23bcc4e8c57
parent4b786abc434d9802229d08d625acbf8cbb9d326f
pause: force a connection (re-)check after unpausing

There might be data available that was already read off the socket, for
example in the TLS layer.

Reported-by: Anders Berg
Fixes #4966
Closes #5049
lib/easy.c