Re: How does HAProxy work internally in terms of http data flow?

2017-08-02 Thread flamesea12
. Thanks - Original Message - >From: Baptiste >To: flamese...@yahoo.co.jp >Cc: "haproxy@formilux.org" >Date: 2017/8/1, Tue 15:07 >Subject: Re: How does HAProxy work internally in terms of http data flow? > > >Hi, > > >This statement is true by

Re: How does HAProxy work internally in terms of http data flow?

2017-07-31 Thread Baptiste
Hi, This statement is true by default: > Or maybe haproxy first get all HTTP request header from client, then apply > these filters then forward every bits of http request body to backend, and > forward anything sent by backend to client? > > Then you can enable "option http-buffer-request" (si

How does HAProxy work internally in terms of http data flow?

2017-07-31 Thread flamesea12
Hello, all I would like to know how  does HAProxy work internally in terms of http data flow? For example, when a client connected to HAProxy server,  1. haproxy receives all HTTP request data first, then forwards the data to backend, then receives all HTTP response data from backend then