Client bugfixes
commita7638da86703c4fae87ebb18d5358b9c2243efe8
authorLaurens Van Houtven <lvh@laurensvh.be>
Sun, 1 Mar 2009 10:47:44 +0000 (1 11:47 +0100)
committerLaurens Van Houtven <lvh@laurensvh.be>
Sun, 1 Mar 2009 10:47:44 +0000 (1 11:47 +0100)
tree20a1ee202e191172704ba931f28113026d22a9d8
parent521f0df2dcf1c65c09e65d1f08e52e1550e598d2
Client bugfixes

Fixed a typo (emtpy_queue?).

Fixed a potential future bug because the point deque was being iterated and mutated at once. This is fixed by using while instead of for, since containers return true values as long as they're not empty.

Signed-off-by: Laurens Van Houtven <lvh@laurensvh.be>
code/breadcrumb/client/net.py