<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    -----BEGIN PGP SIGNED MESSAGE----- <br>
    Hash: SHA256 <br>
     <br>
    Heh, and what about contains Accept-Encoding, how do your think?<br>
    <br>
    I know where you're going. :) They say that the spaces (%20) are not
    there. Unfortunately, they just come through a Vary header. If it is
    blocked via manipulation of headlines - we break internet and get a
    lot of trouble.<br>
    <br>
    Here the situation is slightly more complicated than it seems Joe.
    Developers must write the correct Vary treatment, taking into
    account today's reality. Unfortunately, they will not do it. Even
    given the fact that correct processing greatly improves efficiency
    and makes cache Squid what it actually should be - caching proxy. Of
    course, you can just pay the team a few thousand dollars - and this
    will be done with ease. However, I believe that such basic
    functionality must be implemented by default.<br>
    <br>
    It is enough that Squid does not support and will not support
    compression.<br>
    <br>
    07.06.2016 0:09, Heiler Bemerguy пишет:<br>
    <span style="white-space: pre;">><br>
      ><br>
      > Web servers uses the "vary" tag, not "accept-encoding" tag
      exactly. Like these sniffed examples:<br>
      ><br>
      > Vary: *<br>
      > Vary: Accept<br>
      > Vary: Accept-Encoding<br>
      > Vary: Accept-Encoding<br>
      > Vary: Accept-Encoding, Accept-Encoding<br>
      > Vary: Accept-Encoding,Host<br>
      > Vary: Accept-Encoding, User-Agent<br>
      > Vary: Accept-Encoding,User-Agent<br>
      > Vary: Accept-Encoding,X-Device-Type, Accept-Encoding<br>
      > Vary: Accept-Encoding,X-UA-Device<br>
      > Vary: If-None-Match, If-Modified-Since<br>
      > Vary: Origin<br>
      > Vary: Origin, Access-Control-Request-Headers,
      Access-Control-Request-Method<br>
      > Vary: User-Agent<br>
      > Vary: User-Agent,Accept<br>
      ><br>
      > and all of them have no %20<br>
      ><br>
      ><br>
      > -- <br>
      > Best Regards,<br>
      ><br>
      > Heiler Bemerguy<br>
      > Network Manager - CINBESA<br>
      > 55 91 98151-4894/3184-1751<br>
      > Em 06/06/2016 15:01, Yuri Voinov escreveu:<br>
      >><br>
      ><br>
      ><br>
      > 06.06.2016 23:47, Heiler Bemerguy пишет:<br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > These are the variations for the "accept-encoding"
      tag I<br>
      >       found when sniffing my client's connections. And
      they're of all<br>
      >       kind. Newer and older browsers, mobile phones, windows
      updates,<br>
      >       whatever..<br>
      ><br>
      ><br>
      ><br>
      >       > It got a total of 11.437 requests from clients to
      squid.<br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > *accept-encoding: gzip, deflate**<br>
      ><br>
      >       > **Accept-Encoding: gzip, deflate**<br>
      ><br>
      >       > **Accept-Encoding: gzip,deflate**<br>
      ><br>
      >       > **Accept-Encoding: gzip, deflate, lzma, sdch**<br>
      ><br>
      >       > **Accept-Encoding: gzip, deflate, sdch**<br>
      ><br>
      >       > **Accept-Encoding: gzip,deflate,sdch**<br>
      ><br>
      >       > **Accept-Encoding: gzip, xeflate, sdch**<br>
      ><br>
      >       > **Accept-Encoding: identity**<br>
      ><br>
      >       > **Accept-Encoding: identity;q=1, *;q=0*<br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > Notice that some have spaces, some not, but I
      haven't seen<br>
      >       any "%20" representing a space. Is the "%20" put there
      by squid<br>
      >       itself?<br>
      ><br>
      > No. This comes from web-servers.<br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > --<br>
      ><br>
      >       > Best Regards,<br>
      ><br>
      ><br>
      ><br>
      >       > Heiler Bemerguy<br>
      ><br>
      >       > Network Manager - CINBESA<br>
      ><br>
      >       > 55 91 98151-4894/3184-1751<br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > Em 06/06/2016 12:08, Yuri Voinov escreveu:<br>
      ><br>
      >       > Ok, why not to replace %20 to original space
      symbol?<br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > 06.06.2016 20:27, joe пишет:<br>
      ><br>
      >       > >>> not good just to strip %20 lol as i
      post it<br>
      >       remove also  string was belong to<br>
      ><br>
      >       > >>> the date<br>
      ><br>
      >       > >>> we need to remove all of those string
      start with<br>
      >       ,%20    as ,%20sdch so<br>
      ><br>
      >       > >>> its not eassy detection<br>
      ><br>
      >       > >>><br>
      ><br>
      >       > >>> it kill  <br>
      >      
      if-modified-since="Mon,%2006%20Jun%202016%2014%3A31%3A32%20GMT",<br>
      ><br>
      >       > >>><br>
      ><br>
      >       > >>> if you notice this string in vary 
      has %20 so<br>
      >       just wide search and<br>
      ><br>
      >       > clear it<br>
      ><br>
      >       > >>> remove those :(<br>
      ><br>
      >       > >>><br>
      ><br>
      >       > >>><br>
      ><br>
      >       > >>><br>
      ><br>
      >       > >>> --<br>
      ><br>
      >       > >>> View this message in context:<br>
      ><br>
      ><br>
      >
<a class="moz-txt-link-freetext" href="http://squid-web-proxy-cache.1019090.n4.nabble.com/Vary-object-loop-returns-tp4677716p4677856.html">http://squid-web-proxy-cache.1019090.n4.nabble.com/Vary-object-loop-returns-tp4677716p4677856.html</a><br>
      ><br>
      >       > >>> Sent from the Squid - Users mailing
      list archive<br>
      >       at Nabble.com.<br>
      ><br>
      >       > >>>
      _______________________________________________<br>
      ><br>
      >       > >>> squid-users mailing list<br>
      ><br>
      >       > >>> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      ><br>
      >       > >>><br>
      >       <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      ><br>
      >       >><br>
      ><br>
      >       >><br>
      ><br>
      >       >><br>
      ><br>
      >       >>
      _______________________________________________<br>
      ><br>
      >       >> squid-users mailing list<br>
      ><br>
      >       >> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      ><br>
      >       >>
      <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      ><br>
      >       > _______________________________________________<br>
      ><br>
      >       > squid-users mailing list<br>
      ><br>
      >       > <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      ><br>
      >       > <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      ><br>
      >><br>
      >><br>
      >><br>
      >> _______________________________________________<br>
      >> squid-users mailing list<br>
      >> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      >> <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      ><br>
      ><br>
      ><br>
      > _______________________________________________<br>
      > squid-users mailing list<br>
      > <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      > <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a></span><br>
    <br>
    -----BEGIN PGP SIGNATURE-----
<br>
    Version: GnuPG v2
<br>
     <br>
    iQEcBAEBCAAGBQJXVb5TAAoJENNXIZxhPexG1rMH/2xIrVzEmiSCUWs5Hzgbue84
<br>
    xTTKe8zzT4E65TVntmmtERVkClKhDS8r32a/yPOH7wmewbdKrhkGAXznZbL9a1jJ
<br>
    hSEb7ArOizZ4Sifq/IrpfAqUOGuH2Sy9Fun1htvCVbAPXa6o8geYETixQssSkeTp
<br>
    pjpcgQMlJIwzmKZFQwjdQSp0w9fbcGTElDRQZMMsI/Iqh/uYPAroU3Nm+J/EBMiG
<br>
    95ROl4jJkl0tlG8WViDGBKQrz1GFA3d/eDJEd/7Owbe+3lt3sB7Qt3j/6Bjl3GCw
<br>
    Nu8pCRkXsnVPBD3qlkHZEjzvX2zDFf0SXGimGi+WBMvFfOYIjlbgt+St7YfP/74=
<br>
    =n3mJ
<br>
    -----END PGP SIGNATURE-----
<br>
    <br>
  </body>
</html>