mptsd
mptsd copied to clipboard
Fix HTTP requests with valid EOL
Some HTTP servers don't work when you not use the correct CR LF end-of-line marker in the request. CRLF ("\r\n") follows RFC2616. This patch fixes it.