Add keep-alive support for https-inspected connections
authorFabian Keil <fk@fabiankeil.de>
Tue, 25 Aug 2020 13:06:07 +0000 (15:06 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
commit077000e8524dab83fc33ff1366238d242bab4cb0
treec472e64e368478485a12f661f2b13ef6e548b840
parentd9280438a5d9aa1e56592b30ffd80bc0b5831469
Add keep-alive support for https-inspected connections

If a connection to the server has been established it
is reused.

If the previous request was blocked and no connection to
the server is open the connection is dropped so the client
can retry on a fresh connection.

Forwarding settings are currently ignored when handling
https-inspected requests on an already established connection.

Sponsored by: Robert Klemme
filters.c
jcc.c
parsers.c
ssl_common.c