Commit b5136520 authored by David Wilson's avatar David Wilson

parent: needless duplicate ADD_ROUTE message

notice_stream() does that already.
parent 27175e31
......@@ -608,7 +608,6 @@ class Router(mitogen.core.Router):
stream.connect()
context.name = stream.name
self.route_monitor.notice_stream(stream)
self.route_monitor.propagate(mitogen.core.ADD_ROUTE, context_id)
self.register(context, stream)
return context
......
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