core: remove use of defer() from _async_route().

This commit is contained in:
David Wilson 2018-03-29 15:14:01 +05:45
parent 8676c40674
commit 692af860ba
1 changed files with 1 additions and 1 deletions

View File

@ -1273,7 +1273,7 @@ class Router(object):
self, msg, mitogen.context_id)
return
stream.send(msg)
stream._send(msg)
def route(self, msg):
self.broker.defer(self._async_route, msg)