From: Jerome St-Louis Date: Sat, 6 Oct 2012 01:24:56 +0000 (-0400) Subject: ecere/HTTPFile: Added 'Connection: Keep-Alive' to request; Fixed handling of incomple... X-Git-Tag: 0.44.02~84 X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8ca2225b91ad3ea5f1ba40bd5ef0f84e7307bd;p=sdk ecere/HTTPFile: Added 'Connection: Keep-Alive' to request; Fixed handling of incomplete header --- diff --git a/ecere/src/net/HTTPFile.ec b/ecere/src/net/HTTPFile.ec index fb999e6..0ead5bc 100644 --- a/ecere/src/net/HTTPFile.ec +++ b/ecere/src/net/HTTPFile.ec @@ -108,11 +108,18 @@ private class HTTPConnection : Socket int c; while(!file.done) { + bool gotEndLine = false; for(c = 0; c