rspivak / lsbaws

Let's Build A Web Server
MIT License
657 stars 304 forks source link

curl not display "Hello, World!" #12

Open gemesif opened 5 years ago

gemesif commented 5 years ago

curl(7.58.0) terminated, without display "Hello, World!".

I think, the 'http_response' is deficient. With this, it working good:

http_response = b"""\
HTTP/1.1 200 OK
Content-Type: text/html

Hello, World!
"""