Re: Varnish 4.1.4 - MAIN.n_gunzip counter increasing for every MAIN.backend_req

2017-02-21 Thread Dridi Boukelmoune
> A new counter for test gunzip will be introduced in the next major release. Hello, A quick followup to let you know that it is now ready for 5.1, and I added a description to the counter. https://github.com/varnishcache/varnish-cache/commit/bad5e55 Dridi

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Vlad Rusu
Of course :) Thanks! -- Vlad Rusu skypeid: rusu.h.vlad | cell: +40758066019 Lola Tech | lola.tech > On 21 Feb 2017, at 10:09, Guillaume Quintard > wrote: > > Hello Vlad, > > Normally, varnish is configured using either the command line or

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Dridi Boukelmoune
On Tue, Feb 21, 2017 at 9:58 AM, Guillaume Quintard wrote: > yes, these are the null character. This makes sure that > "hash("123");hash("456");" returns a different result than > "hash("1");hash("23456");" There goes my need to go check it, thanks!

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Poul-Henning Kamp
In message <68074.1487670...@critter.freebsd.dk>, "Poul-Henning Kamp" writes: > >In message <18142121-7e0c-435a-b4bd-100aa83fe...@lola.tech>, Vlad Rusu writes: > >>Are those %00 expected at the end of the Hash? >> >>- Hash =

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Poul-Henning Kamp
In message <18142121-7e0c-435a-b4bd-100aa83fe...@lola.tech>, Vlad Rusu writes: >Are those %00 expected at the end of the Hash? > >- Hash = >"/sites/all/themes/allegiant3/g4www-style/dist/styles/style.min.1.css%00" >- Hash "444%00" >- Hash

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Dridi Boukelmoune
On Tue, Feb 21, 2017 at 9:02 AM, Vlad Rusu wrote: > Are those %00 expected at the end of the Hash? > > ... > - ReqURL > /sites/all/themes/allegiant3/g4www-style/dist/styles/style.min.1.css > ... > - VCL_call RECV > ... > - VCL_call HASH > - Hash >

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Guillaume Quintard
yes, these are the null character. This makes sure that "hash("123");hash("456");" returns a different result than "hash("1");hash("23456");" -- Guillaume Quintard On Tue, Feb 21, 2017 at 9:02 AM, Vlad Rusu wrote: > Are those %00 expected at the end of the Hash? > > ... >

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Dridi Boukelmoune
On Tue, Feb 21, 2017 at 8:46 AM, Vlad Rusu wrote: > Hey there, > > Per https://varnish-cache.org/docs/4.1/reference/vsl.html, “Hash” is masked > by default. > > I am trying to use varnishlog to see the values added to the hash and I just > can’t find a way to show it. > > Of

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Guillaume Quintard
Hello Vlad, Normally, varnish is configured using either the command line or using varnishadm. You can have a look at "varnishadm param.show vsl_mask" But we could probably have a pointer in the doc. Care to do it? -- Guillaume Quintard ___

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Vlad Rusu
Are those %00 expected at the end of the Hash? ... - ReqURL /sites/all/themes/allegiant3/g4www-style/dist/styles/style.min.1.css ... - VCL_call RECV ... - VCL_call HASH - Hash "/sites/all/themes/allegiant3/g4www-style/dist/styles/style.min.1.css%00" -

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Vlad Rusu
Thanks a lot! -- Vlad Rusu skypeid: rusu.h.vlad | cell: +40758066019 Lola Tech | lola.tech > On 21 Feb 2017, at 09:57, Geoff Simmons wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/21/2017 08:46 AM, Vlad Rusu wrote: >> >> Per

Re: Varnish 4.1 - "Hash" in varnishlog is.. masked

2017-02-21 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/21/2017 08:46 AM, Vlad Rusu wrote: > > Per https://varnish-cache.org/docs/4.1/reference/vsl.html, “Hash” > is masked by default. > > I am trying to use varnishlog to see the values added to the hash > and I just can’t find a way to show it.