I\'m writing a simplistic HTTP server that will accept PUT requests mostly from cURL as client and I\'m having a bit of an issue with handling the Expect: 100-continue
Expect: 100-continue
Try adding an empty line (CRLF) after the 100 Continue line (see RFC 2616, Section 6),