summaryrefslogtreecommitdiffstats
path: root/modules/http/http_trace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http/http_trace.lua')
-rw-r--r--modules/http/http_trace.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/http/http_trace.lua b/modules/http/http_trace.lua
index 9e4d4667..9164b418 100644
--- a/modules/http/http_trace.lua
+++ b/modules/http/http_trace.lua
@@ -60,7 +60,6 @@ local function serve_trace(h, _)
local cond = condition.new()
local waiting, done = false, false
local finish_cb = ffi.cast('trace_callback_f', function (req)
- req = kres.request_t(req)
add_selected_records(answers, req.answ_selected)
add_selected_records(authority, req.auth_selected)
if waiting then
@@ -75,7 +74,6 @@ local function serve_trace(h, _)
type = qtype,
options = {'TRACE'},
init = function (req)
- req = kres.request_t(req)
req.trace_log = buffer_log_cb
req.trace_finish = finish_cb
end
@@ -106,4 +104,4 @@ return {
endpoints = {
['/trace'] = {'text/plain', serve_trace},
}
-} \ No newline at end of file
+}