Subversion Repositories Kolibri OS

Rev

Rev 4541 | Rev 4690 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4541 Rev 4561
Line 519... Line 519...
519
 
519
 
520
; Update pointers
520
; Update pointers
521
        mov     edi, [ebp + http_msg.write_ptr]
521
        mov     edi, [ebp + http_msg.write_ptr]
522
        add     [ebp + http_msg.write_ptr], eax
522
        add     [ebp + http_msg.write_ptr], eax
523
        sub     [ebp + http_msg.buffer_length], eax
523
        sub     [ebp + http_msg.buffer_length], eax
Line 524... Line 524...
524
        jz      .got_all_data
524
;        jz      .got_all_data
525
 
525
 
526
; If data is chunked, combine chunks into contiguous data.
526
; If data is chunked, combine chunks into contiguous data.