implemented a workaround to handle garbage contents when reading a http response from a misbehaving server

This commit is contained in:
2014-11-04 16:01:00 +00:00
parent ed2cdcaa87
commit fb638de6d6
2 changed files with 37 additions and 1 deletions

View File

@ -995,7 +995,7 @@ struct qse_httpd_ecb_t
* called by qse_httpd_loop() after the actual event looping ends.
*/
qse_httpd_ecb_postloop_t postloop;
/* internal use only. don't touch this field */
qse_httpd_ecb_t* next;