Fix https inspection with HTTP forwarding
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 10:19:09 +0000 (12:19 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 13:58:24 +0000 (15:58 +0200)
commit0998c12a7f6576eee94f018a1580e7717f296623
treec9221b63d5da99ee456a6bfe0b149b0eaf6d0741
parent38d0b3b5d093041bee903815c67c0a8800367f96
Fix https inspection with HTTP forwarding

Previously Privoxy would not send the CSUCCEED
message to the client so the client would not
send the encrypted request.

Now that we send the CSUCCEED, we don't need to
forward the response from the upstream HTTP proxy
anymore.

Sponsored by: Robert Klemme
jcc.c