That would explain it. Thank you for the information!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,279680,279692#msg-279692
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I am using NGINX as a HTTPS reverse proxy and load balancer. My clients are
able to connect to reverse proxy using SSL and reverse proxy is able to
terminate SSL connection and establish a new connection with backend server,
data exchange is also happening.
Now I am trying to setup a proxy bet
Hello,
I am building an nginx module, using ngx_http_upstream.
I am using ngx_http_request_t struct and I would like to know if my
assumption that request_body->bufs will not be reuse (free) until the
connection will be finalized?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,27969