Re: issue with "uncacheable" cache revalidations

2015-12-01 Thread Graham Leggett
On 1 Dec 2015, at 15:50, Eric Covener wrote: > I've been looking at an issue where a revalidation > of a stale cache entry fails because the 304 response > on the revalidation doesn't contain its own CC or Expires > but the URL has a query string. This kicks the revalidation

Re: issue with "uncacheable" cache revalidations

2015-12-01 Thread Eric Covener
On Tue, Dec 1, 2015 at 12:15 PM, Graham Leggett wrote: >> I've been looking at an issue where a revalidation >> of a stale cache entry fails because the 304 response >> on the revalidation doesn't contain its own CC or Expires >> but the URL has a query string. This kicks the

Re: No H2 Window updates!

2015-12-01 Thread Jan Ehrhardt
William A Rowe Jr in gmane.comp.apache.devel (Tue, 1 Dec 2015 08:32:24 -0600): >Hi Jan - it isn't possible to build httpd trunk sources using httpd 2.4.x build >files, and this goes for windows or unix. How were you trying to build? ... That was exactly what I was doing. I did not replace my

issue with "uncacheable" cache revalidations

2015-12-01 Thread Eric Covener
I've been looking at an issue where a revalidation of a stale cache entry fails because the 304 response on the revalidation doesn't contain its own CC or Expires but the URL has a query string. This kicks the revalidation response out of the cache save filter early and we never get to look at

Re: No H2 Window updates!

2015-12-01 Thread Jan Ehrhardt
Jim Jagielski in gmane.comp.apache.devel (Tue, 1 Dec 2015 07:38:47 -0500): > >> On Nov 30, 2015, at 5:53 PM, Jan Ehrhardt wrote: >> >> Creating library .\Release/mod_http2.lib and object .\Release/mod_http2.exp >> 1>h2_from_h1.obj : error LNK2019: unresolved external symbol

Re: No H2 Window updates!

2015-12-01 Thread Jim Jagielski
> On Nov 30, 2015, at 5:53 PM, Jan Ehrhardt wrote: > > Jim Jagielski in gmane.comp.apache.devel (Mon, 30 Nov 2015 07:24:07 -0500): >> I'm assuming that the brokenness also shows up on trunk, >> right? >> >> Bert, Jan, can you check if trunk shows the same behavior? >> I

Re: No H2 Window updates!

2015-12-01 Thread William A Rowe Jr
On Tue, Dec 1, 2015 at 7:15 AM, Jan Ehrhardt wrote: > Jim Jagielski in gmane.comp.apache.devel (Tue, 1 Dec 2015 07:38:47 -0500): > > > >> On Nov 30, 2015, at 5:53 PM, Jan Ehrhardt wrote: > >> > >> Creating library .\Release/mod_http2.lib and object >

Re: No H2 Window updates!

2015-12-01 Thread Jim Jagielski
Can you (or someone) provide a test case or explanation of how to recreate the issue? tia

Re: issue with "uncacheable" cache revalidations

2015-12-01 Thread Jan Ehrhardt
Eric Covener in gmane.comp.apache.devel (Tue, 1 Dec 2015 10:50:56 -0500): >I've been looking at an issue where a revalidation >of a stale cache entry fails because the 304 response >on the revalidation doesn't contain its own CC or Expires >but the URL has a query string. This kicks the