Re: pre-existing data on a connection

2020-01-09 Thread Maxim Dounin
Hello! On Mon, Jan 06, 2020 at 04:32:24PM -0800, Frank Liu wrote: > When using nginx as a reverse proxy, how does it handle the > pre-existing data on a keepalive connection to the backend? > > eg: for a request, the backend has a bug that sends 2 identical > responses. I assume nginx will take

pre-existing data on a connection

2020-01-06 Thread Frank Liu
Hi, When using nginx as a reverse proxy, how does it handle the pre-existing data on a keepalive connection to the backend? eg: for a request, the backend has a bug that sends 2 identical responses. I assume nginx will take the first response and send it to client. What will happen to the extra d