serve(): Close the client socket as well
authorFabian Keil <fk@fabiankeil.de>
Sat, 6 Mar 2021 10:52:10 +0000 (11:52 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000 (12:34 +0100)
commit2d8fefc484274b740933541778ae7ce1ae1045e7
treefa40924a19f442b8ae777a2fb63b6a291d47c377
parentcda4f358011b254baa2f09dd264aba7f3b9638a7
serve(): Close the client socket as well

... if the server socket for an inspected connection has been closed.

Privoxy currently can't establish a new server connection
when the client socket is reused and would drop the connection
in continue_https_chat() anyway.
jcc.c