diff options
Diffstat (limited to 'worker.go')
| -rw-r--r-- | worker.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 { |
