log util/httpstream.lua @ 4503:6dc327809dfd

age author description
Sun, 19 Dec 2010 20:28:58 +0500 Waqas Hussain util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests.
Sun, 19 Dec 2010 20:27:13 +0500 Waqas Hussain util.httpstream: A little cleanup of the HTTP path.
Sat, 06 Nov 2010 03:46:19 +0500 Waqas Hussain util.httpstream: Added support for chunked transfer encoding.
Sat, 06 Nov 2010 03:41:05 +0500 Waqas Hussain util.httpstream: Fixed a possible string to number comparison error.