bartbes / love-misc-libs

Just some random libs I have lying around, now with version control!
http://docs.bartbes.com
110 stars 28 forks source link

LUBE-testing: TCP server expects handshake to end with LF #8

Closed Boolsheet closed 13 years ago

Boolsheet commented 13 years ago

The TCP handshake fails because the TCP server waits for a newline and the client never sends one. The UDP implementation doesn't have a problem, as the receivefrom function is well-mannered and does not concat the packets.

bartbes commented 13 years ago

Try this!

Boolsheet commented 13 years ago

Commit 869810f64b767d2ab4e86eba9f131a3b720b4234 fixed it.