Author :
Nick Mathewson
Date :
2010-01-25 14:07:01
Hash :439aea0d Message :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.