HTTP library: correctly receive content that is not chunked and has unknown content length.

git-svn-id: svn://kolibrios.org@4220 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-11-12 20:08:02 +00:00
parent c6d3f29329
commit bc0823758d
3 changed files with 36 additions and 5 deletions
@@ -141,7 +141,7 @@ fail:
save:
mov ebp, [identifier]
mov eax, [ebp + http_msg.content_length]
mov eax, [ebp + http_msg.content_received]
mov [final_size], eax
lea ebx, [ebp + http_msg.data]
add ebx, [ebp + http_msg.header_length]