HTTP library: bugfix in HTTP_process

git-svn-id: svn://kolibrios.org@4204 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-11-10 22:16:02 +00:00
parent d1b0a4ad6d
commit 34ecc269a0

View File

@ -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