http: fix deadlock in the test case
There was a real chance that httpd.py got stuck blocked on stdio.write due to the buffer overflow. The very frequent heartbeat was set to flush the buffer faster. This commit decreases heartbeat frequency but makes stdio flush manually.
Please register or sign in to comment