]> git.ipfire.org Git - thirdparty/sarg.git/commit
Proxy authentication code is ignored when building the report
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 4 Mar 2015 18:57:23 +0000 (19:57 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 4 Mar 2015 18:57:23 +0000 (19:57 +0100)
commitfea96be4cb6351f9c1669863061b601268627c9a
tree35f318fbc6064ae43f2117732ee1a0b502c87d1e
parent42e18a831b9e057481c1e2b36d05f64233b218db
Proxy authentication code is ignored when building the report

The user report excludes HTTP code 407 meaning that the proxy requires an
authentication.

It must be excluded too when summing up the downloaded size while reading
the input log. The previous code aborted with an error if
--enable-extraprotection was used and the log contained a 407 code.
log.c