Commit b43b31c3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

shrpx: Remove x-forwarded-spdy header field

parent 4876412f
...@@ -192,9 +192,6 @@ void on_ctrl_recv_callback ...@@ -192,9 +192,6 @@ void on_ctrl_recv_callback
} }
downstream->add_request_header("host", host); downstream->add_request_header("host", host);
if(!get_config()->spdy_proxy) {
downstream->add_request_header("X-Forwarded-Spdy", "true");
}
if(LOG_ENABLED(INFO)) { if(LOG_ENABLED(INFO)) {
std::stringstream ss; std::stringstream ss;
......
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