forked from KolibriOS/kolibrios
downloader: fix the superfluous first character in downloaded file
git-svn-id: svn://kolibrios.org@2126 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
40eaf1d92f
commit
522cf51783
@ -533,7 +533,7 @@ newline
|
|||||||
;dps "eoh "
|
;dps "eoh "
|
||||||
;newline
|
;newline
|
||||||
sub edi,[buf_ptr]
|
sub edi,[buf_ptr]
|
||||||
add edi,3
|
add edi,4
|
||||||
mov [body_pos],edi ; store position where document body starts
|
mov [body_pos],edi ; store position where document body starts
|
||||||
mov [is_chunked],0
|
mov [is_chunked],0
|
||||||
; find content-length in headers
|
; find content-length in headers
|
||||||
|
Loading…
Reference in New Issue
Block a user