> >>>> All,
> >>>>
> >>>> As promised, today's webinar "Apache Tomcat 9: HTTP/2 Quick Start" 
is
> >>>> now available on the Apache Tomcat YouTube channel:
> >>>>
> >>>> https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g
> >>>>
> >>>> Mark
> >>>>
> >>>
> >>>
> >>> We run all our tomcats behind reverse proxies. Would be interesting 
> > how 
> >>> server push could work in such an environment.
> >>
> >> You'd need an HTTP/2 compliant reverse proxy. The proxy would then
> >> decide whether to push the resource to the client, cache it on the 
proxy
> >> or just drop it on the floor. How the proxy decides what to do is 
TBD.
> >>
> >> Mark
> >>
> >>
> > 
> > Well, in our case the proxy does not have all the resources to be 
pushed 
> > and not the knowledge which resources should be pushed. For us it 
would be 
> > great if the application could push through the proxy to the client.
> 
> Sorry if I wasn't clear. The app would push to the proxy and then the
> proxy decides whether to push to client, cache or drop the request.
> 
> Mark
> 

Alright, we just need to patch mod_proxy :)



Regards,
Christoph

This Email was scanned by Sophos Anti Virus

Reply via email to