Welcome! Log In Create A New Profile

Advanced

回复:Re:_回复:Re:_Issue_about_nginx_removing_the_hea der_"Connection"_in_HTTP_response?

Anonymous User
March 04, 2017 03:22AM
Hi, Alexks,

I don't want to hide the header. My problem is that Nginx change the "Connection: close" header in the reponse from upstream server to "Connction: keep-alive" and send to client. I want to keep the original "Connection: close" header.

Thanks
Liu Peng
----- 原始邮件 -----
发件人:Aleksandar Lazic <al-nginx@none.at>
收件人:tjlp@sina.com
抄送人:nginx <nginx@nginx.org>
主题:Re:_回复:Re:_Issue_about_nginx_removing_the_header_"Connection"_in_HTTP_response?
日期:2017年03月03日 16点19分


Hi.
then one directive upward.
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_hide_header
Cheers
aleks
Am 03-03-2017 06:00, schrieb tjlp@sina.com:

Hi,



What I mention is the header in response from backend server. Your answer about proxy_set_header is the "Connection" header in request.



Thanks
Liu Peng





----- 原始邮件 -----
发件人:Aleksandar Lazic <al-nginx@none.at>
收件人:nginx@nginx.org
抄送人:tjlp@sina.com
主题:Re: Issue about nginx removing the header "Connection" in HTTP response?
日期:2017年03月03日 06点25分


Hi.
Am 01-03-2017 08:29, schrieb tjlp@sina.com:
> Hi, nginx guy,
>
> In our system, for some special requests, the upstream server will
> return a response which the header includes "Connection: Close".
> According to HTTP protocol, "Connection" is one-hop header.
> So, nginx will remove this header and the client can't do the business
> logic correctly.
>
> How to handle this scenario?
you mean something like this?
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_set_header
If the value of a header field is an empty string then this field will
not be passed to a proxied server:
proxy_set_header Connection "";
> Thanks
> Liu Peng
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

回复:Re:_回复:Re:_Issue_about_nginx_removing_the_hea der_"Connection"_in_HTTP_response?

Anonymous User March 04, 2017 03:22AM

Re: 回复:Re:_回复:Re:_Issue_about_nginx_removing_the_h eader_"Connection"_in_HTTP_response?

Aleksandar Lazic March 04, 2017 04:24AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 210
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready