# HG changeset patch # User Matthew Wild # Date 1335619862 -3600 # Node ID fc16f39e0c796c18347073cc82b0d74650e242b7 # Parent 31a40da59308b5d8c200f2a536d73da4d9649faf util.httpstream: Remove COMPAT properties from request diff -r 31a40da59308 -r fc16f39e0c79 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