bugfix for timeout in HTTP library

git-svn-id: svn://kolibrios.org@4207 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-11-11 14:04:48 +00:00
parent 3ae5249709
commit 97c936deaf

View File

@ -730,7 +730,7 @@ proc HTTP_process identifier ;//////////////////////////////////////////////////
mcall 29, 9
sub eax, TIMEOUT
cmp eax, [ebp + http_msg.timestamp]
ja .need_more_data
jb .need_more_data
DEBUGF 1, "ERROR: timeout\n"
or [ebp + http_msg.flags], FLAG_TIMEOUT_ERROR
jmp .disconnect