Mercurial > prosody-hg
diff util/httpstream.lua @ 4797:e239668aa6d2
Merge 0.9->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 29 Apr 2012 02:10:55 +0100 |
| parents | fc16f39e0c79 |
| children |
line wrap: on
line diff
--- a/util/httpstream.lua Sun Apr 29 02:09:12 2012 +0100 +++ b/util/httpstream.lua Sun Apr 29 02:10:55 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
