shrpx: Remove x-forwarded-spdy header field

This commit is contained in:
Tatsuhiro Tsujikawa 2013-02-09 17:21:46 +09:00
parent 4876412f7d
commit b43b31c362
1 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ void on_ctrl_recv_callback
}
downstream->add_request_header("host", host);
if(!get_config()->spdy_proxy) {
downstream->add_request_header("X-Forwarded-Spdy", "true");
}
if(LOG_ENABLED(INFO)) {
std::stringstream ss;