X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fhttpstream.lua;h=190b3ed657a5fc37ee36f1f59779a295b3d545bd;hb=d4266f8b1b4b37fc4cb6d32c25c6dfb8d779a01c;hp=bdc3fce776c45827ffdf7cd533d7df69dc1a4cdc;hpb=1881612f6e77c771984d73b85704e89818a82977;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