Commit 439aea0d072b98daf13ebe3d6eff8ab8ee5bd875

Nick Mathewson 2010-01-25T14:07:01

Try to untangle the logic in server_port_flush(). The logic that prevented the first loop in this function from being infinite was rather confusing and hard to follow. It seems to confuse some automatic analysis tools as well as me. Let's try to replace it with something more comprehensible.