Updates and bugfixes for HTTP lib.

git-svn-id: svn://kolibrios.org@4168 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-11-05 17:02:59 +00:00
parent 44992ba6df
commit fc383603e2
4 changed files with 69 additions and 19 deletions

View File

@@ -33,5 +33,6 @@ struct http_msg{
dword status;
dword header_length;
dword content_length;
dword content_received;
char data;
};