]> git.ipfire.org Git - thirdparty/curl.git/commit
url.c: fixed DEBUGASSERT() for WinSock workaround
authorKarlson2k <k2k@narod.ru>
Mon, 25 Apr 2016 09:12:26 +0000 (12:12 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Apr 2016 09:25:18 +0000 (11:25 +0200)
commit224238491102ec54173eb1e3e3b5cfe16806a770
tree55cebcb240c0c395990d47a728526218fa1b3671
parent27a6393cee43f8a98eab73be39e89628b8723f9a
url.c: fixed DEBUGASSERT() for WinSock workaround

If buffer is allocated, but nothing is received during prereceive
stage, than number of processed bytes must be zero.

Closes #778
lib/url.c