forked from KolibriOS/kolibrios
bugfix for timeout in HTTP library
git-svn-id: svn://kolibrios.org@4207 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3ae5249709
commit
97c936deaf
@ -730,7 +730,7 @@ proc HTTP_process identifier ;//////////////////////////////////////////////////
|
|||||||
mcall 29, 9
|
mcall 29, 9
|
||||||
sub eax, TIMEOUT
|
sub eax, TIMEOUT
|
||||||
cmp eax, [ebp + http_msg.timestamp]
|
cmp eax, [ebp + http_msg.timestamp]
|
||||||
ja .need_more_data
|
jb .need_more_data
|
||||||
DEBUGF 1, "ERROR: timeout\n"
|
DEBUGF 1, "ERROR: timeout\n"
|
||||||
or [ebp + http_msg.flags], FLAG_TIMEOUT_ERROR
|
or [ebp + http_msg.flags], FLAG_TIMEOUT_ERROR
|
||||||
jmp .disconnect
|
jmp .disconnect
|
||||||
|
Loading…
Reference in New Issue
Block a user