Changeset

4772:fc16f39e0c79

util.httpstream: Remove COMPAT properties from request
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 14:31:02 +0100
parents 4771:31a40da59308
children 4773:ee55956597f4
files util/httpstream.lua
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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