Emu crashes if you telnet to it and type "G"
Brought to you by:
mqm
EMu will crash if you telnet to it, and try to send teh string "GET /"<ENTER>
This happens because the code in Emu assumes the whole request string will come in a TCP packet, but with telnet each character is sent right away.
We should buffer the request before processing it.