On 2013/8/15 7:27, perlbox wrote:
Because the next request has something to do with the previous
request in the long connection, I want to replace the string and keep
alive the connection and let the client close the connection when it
want. Is there any option or method to do it?
Hi GuoXiang,
Without option http-server-close enabled, haproxy will be in tunnel mode
which only processes the first request for one connection from client,
the other requests from the same connection will be forwarded to the
same server directly without being touched.
So if you want to modify each request from the same connection, you
should enable option http-server-close. As far as I know, haproxy maybe
can not fulfill your requirement.
--
Best Regards,
Godbach