X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fhttpstream.lua;h=190b3ed657a5fc37ee36f1f59779a295b3d545bd;hb=a0dc04ad05a5a436c967383e9ba06d5cc11e2e88;hp=bdc3fce776c45827ffdf7cd533d7df69dc1a4cdc;hpb=1561f7db5b99a7861bbf5da4b07a1443d1422854;p=prosody.git diff --git a/util/httpstream.lua b/util/httpstream.lua index bdc3fce7..190b3ed6 100644 --- a/util/httpstream.lua +++ b/util/httpstream.lua @@ -107,9 +107,6 @@ local function parser(success_cb, parser_type, options_cb) httpversion = httpversion; headers = headers; body = body; - -- COMPAT the properties below are deprecated - responseversion = httpversion; - responseheaders = headers; }); end else coroutine.yield("unknown-parser-type"); end