mirror of
https://github.com/moparisthebest/spdylay
synced 2025-01-08 12:28:22 -05:00
shrpx: Remove x-forwarded-spdy header field
This commit is contained in:
parent
4876412f7d
commit
b43b31c362
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user