Re: Same URL in multiple tabs, but only 1st gets logged. Why not all?

Lee <[email protected]> Fri, 17 Jul 2020 10:06:59 -0400
Newsgroups gmane.comp.web.privoxy.user
Message-ID <CAD8GWssMLRC+6uGX0W9kJi6kWq0Z8J_ve7YdEoawsTCea5imMA@mail.gmail.com>
On 7/15/20, U.Mutlu <[email protected]> wrote:
> Hi all,
> let's say I'm on a website, and in a new tab or window of the
> same browser I'm opening the same URL anew.
> But this time no logging of the URL happens.
> Is this by design (maybe some kind of caching) or maybe a bug?

I think it's a by-product of https processing -- Privoxy can't look at
the encrypted traffic, so nothing is logged if multiple requests go
over the same connection.

I set all the timeouts in the privoxy config to
keep-alive-timeout 0
default-server-timeout 0
socket-timeout 2

and as long as I wait at least 2 seconds between requests everything was logged.

Lee