forked from KolibriOS/kolibrios
HTTP library: bugfix in HTTP_process
git-svn-id: svn://kolibrios.org@4204 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d1b0a4ad6d
commit
34ecc269a0
@ -439,6 +439,7 @@ proc HTTP_process identifier ;//////////////////////////////////////////////////
|
||||
; We havent found the header yet, search for it..
|
||||
sub eax, 4
|
||||
jl .need_more_data_pop
|
||||
inc eax
|
||||
.scan:
|
||||
; scan for end of header (empty line)
|
||||
cmp dword[edi], 0x0a0d0a0d ; end of header
|
||||
|
Loading…
Reference in New Issue
Block a user