Removed false end of header detection from downloader.
git-svn-id: svn://kolibrios.org@4018 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -408,8 +408,6 @@ parse_result:
|
|||||||
|
|
||||||
; first, find end of headers
|
; first, find end of headers
|
||||||
.next_byte:
|
.next_byte:
|
||||||
cmp dword[edi], 0x0d0a0d0a ; <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
je .end_of_headers
|
|
||||||
cmp dword[edi], 0x0a0d0a0d
|
cmp dword[edi], 0x0a0d0a0d
|
||||||
je .end_of_headers
|
je .end_of_headers
|
||||||
inc edi
|
inc edi
|
||||||
|
Reference in New Issue
Block a user