Re: [pve-devel] [PATCH http-server 1/1] webproxy: handle unflushed write buffer

2021-11-08 Thread Fabian Grünbichler
On November 8, 2021 3:15 pm, Fabian Ebner wrote: > Am 05.11.21 um 14:03 schrieb Fabian Grünbichler: >> for proxied requests, we usually tear down the proxy connection >> immediately when closing the source connection. this is not the correct >> course of action for bulk one-way data streams that ar

Re: [pve-devel] [PATCH http-server 1/1] webproxy: handle unflushed write buffer

2021-11-08 Thread Fabian Ebner
Am 05.11.21 um 14:03 schrieb Fabian Grünbichler: for proxied requests, we usually tear down the proxy connection immediately when closing the source connection. this is not the correct course of action for bulk one-way data streams that are proxied, where the source connection might be closed, bu