Set the socket option SO_LINGER for the client socket in accept_connection()
authorFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:44:58 +0000 (12:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:44:58 +0000 (12:44 +0000)
commit2ed19f071a3ddae438ced3269cc70b413ace18ae
treeaa77241d9fa076336bc4ac5453a9ac75ac6e94ed
parent30c0aaff0541cddbd81410363869ef583f21c38b
Set the socket option SO_LINGER for the client socket in accept_connection()

This should further reduce the chances of the client getting
an incomplete response, even though Privoxy wrote the whole
one to the socket.
jbsockets.c