summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/worker.go b/worker.go
index 8f6c342..d252708 100644
--- a/worker.go
+++ b/worker.go
@@ -152,7 +152,6 @@ func (w *Worker) Listen(queue chan *HTTPRequest) {
return
}
- l.PushTracebackHandler()
l.PushFromRef(w.routes[r.route])
req := r.request
res := make(map[string]any)
@@ -263,7 +262,7 @@ func (w *Worker) Listen(queue chan *HTTPRequest) {
return
}
- err = l.PCall(1, 3, -3)
+ err = l.PCall(1, 3, 1)
if err != nil {
var body string
if debug {