Commit 7104ff07 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cc18ae86
...@@ -220,7 +220,9 @@ def _pin1(wconn, req): ...@@ -220,7 +220,9 @@ def _pin1(wconn, req):
exc = sys.exc_info()[1] exc = sys.exc_info()[1]
if exc is not None: if exc is not None:
ack = "nak: %s" % exc ack = "nak: %s" % exc
req.reply(ack) #req.reply(ack)
ctx = context.background() # XXX ok?
wconn._wlink.replyReq(ctx, req, ack)
defer(_) defer(_)
def trace(msg): def trace(msg):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment