Fabrice Fontaine b116d10f37 Improve upnp/genlib/net
Change ret_code from int to parse_status_t in match.
Set back return code of ReadResponseLineAndHeaders from parse_status_t
to int as this function can return UPNP_E_BAD_HTTPMSG. As a result, do
not cast the result of this function into parse_status_t in
http_OpenHttpGetProxy and http_OpenHttpGetEx.
Use switch with PARSE_OK in parsetools.c.
Add missing explicit casts of integer constants in uri.c and
httpreadwrite.c.
Use switch, int and sa_family_t with AF_INET in uri.c.
Print an error in http_Download if realloc failed.
2012-03-15 09:31:44 +01:00
..
2012-03-14 23:40:32 +09:00
2010-06-26 11:09:49 +00:00
2012-03-05 12:26:41 +01:00
2012-03-15 09:31:44 +01:00
2008-02-03 01:36:23 +00:00
2012-03-09 17:08:01 +01:00