Re: identifying last request on a tcp connection.

2018-09-19 Thread Maxim Dounin
Hello! On Wed, Sep 19, 2018 at 02:19:53AM -0400, winger7 wrote: > I've been trying to identify the last HTTP request from a buffer of 10 > requests sent on a TCP connection in nginx. I've tried to use the header_in > field in the ngx_http_request_t by checking if the pos field for the > header_in

identifying last request on a tcp connection.

2018-09-18 Thread winger7
I've been trying to identify the last HTTP request from a buffer of 10 requests sent on a TCP connection in nginx. I've tried to use the header_in field in the ngx_http_request_t by checking if the pos field for the header_in is equal to the last field. This condition holds true twice, once on the