tailhook / rotor-http

The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110 stars 11 forks source link

Update the client example to send the Host header field. #35

Closed pyfisch closed 8 years ago

pyfisch commented 8 years ago

Use the "first website" as an example instead of google.com

closes #34

pyfisch commented 8 years ago

I have not tested if it fixes the website of @dignifiedquire but most other web pages now work. Many responded with bad request because the Host header was missing.

tailhook commented 8 years ago

Looks good. Thanks! This doesn't fix #34 however.