On Wed, 2 Mar 2016 09:28:00 +
Victor Orlikowski wrote:
> A set of minor cleanups.
> 1) Remove the unused import of MAIN_DISPATCHER from ryu.controller.handler.
> 2) Remove the extraneous "close_requested" variable.
> 3) Ensure use of equality instead of identity for testing against
> DEAD_DI
A set of minor cleanups.
1) Remove the unused import of MAIN_DISPATCHER from ryu.controller.handler.
2) Remove the extraneous "close_requested" variable.
3) Ensure use of equality instead of identity for testing against
DEAD_DISPATCHER.
4) Alter the exit condition for the _send_loop.
Signed-off-b