rpatterson / httpd-echo

A Simple Python HTTP server that echos the request in the response
6 stars 3 forks source link

Handle invalid/missing Content-Length header in POST. #2

Open gunchev opened 4 years ago

gunchev commented 4 years ago

While testing my http(s) client in C++ using boost::beast... I forgot to add the Content-Length header in the POST method...

gunchev commented 3 years ago

Minor fix and small improvements...

gunchev commented 3 years ago

Also added fix for #1