When client body filters are enabled, buffer the whole request
authorFabian Keil <fk@fabiankeil.de>
Sat, 27 Mar 2021 07:20:59 +0000 (08:20 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 26 Apr 2022 14:51:25 +0000 (16:51 +0200)
commit16ba041753d4716294b37fa5f05259b1b69ed64f
tree42112d9282091ca8a0a9babab5655dd6aca77837
parent19c08f05a23ae19e9f279f9402ebef3785dcfdbd
When client body filters are enabled, buffer the whole request

... before opening a connection to the server.

Makes it less likely that the server connection times out
and we don't open a connection if the buffering fails anyway.

Sponsored by: Robert Klemme
filters.c
filters.h
jcc.c