mod_s2s: Keep the dns answer object around a while so plugins can look at it
[prosody.git] / util / httpstream.lua
index bdc3fce776c45827ffdf7cd533d7df69dc1a4cdc..190b3ed657a5fc37ee36f1f59779a295b3d545bd 100644 (file)
@@ -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