Commit d9611e65 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

spdycat: Send "accept-encoding: gzip, deflate" header field

parent 2e3cd7d0
...@@ -166,6 +166,7 @@ int Spdylay::submit_request(const std::string& scheme, ...@@ -166,6 +166,7 @@ int Spdylay::submit_request(const std::string& scheme,
":scheme", scheme.c_str(), ":scheme", scheme.c_str(),
":host", hostport.c_str(), ":host", hostport.c_str(),
"accept", "*/*", "accept", "*/*",
"accept-encoding", "gzip, deflate",
"user-agent", "spdylay/" SPDYLAY_VERSION "user-agent", "spdylay/" SPDYLAY_VERSION
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment