util.httpstream: Remove COMPAT properties from request
authorMatthew Wild <mwild1@gmail.com>
Sat, 28 Apr 2012 14:31:02 +0100
changeset 4772 fc16f39e0c79
parent 4771 31a40da59308
child 4773 ee55956597f4
util.httpstream: Remove COMPAT properties from request
util/httpstream.lua
--- a/util/httpstream.lua	Sat Apr 28 14:27:48 2012 +0100
+++ b/util/httpstream.lua	Sat Apr 28 14:31:02 2012 +0100
@@ -107,9 +107,6 @@
 				httpversion = httpversion;
 				headers = headers;
 				body = body;
-				-- COMPAT the properties below are deprecated
-				responseversion = httpversion;
-				responseheaders = headers;
 			});
 		end
 	else coroutine.yield("unknown-parser-type"); end