tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

spdycat does not send a Host header #5

Closed gdewan closed 12 years ago

gdewan commented 12 years ago

spdycat is not sending a Host header. This causes some SPDY servers to send back a 400 (Bad Request).

tatsuhiro-t commented 12 years ago

OK, added host header field in 45376c6b

gdewan commented 12 years ago

I tested it, and it works. Thank you Tatsuhiro.