RE: H2 stream dependencies

2015-11-26 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: woensdag 25 november 2015 22:45 > To: dev@httpd.apache.org > Subject: RE: H2 stream dependencies > * 2 of these are related to HTTP/1.1 status lines where we no longer have > access to th

Re: H2 stream dependencies

2015-11-26 Thread Jan Ehrhardt
Bert Huijben in gmane.comp.apache.devel (Thu, 26 Nov 2015 18:36:00 +0100): >And another thing: gor my testing it would be useful if httpd would somehow >start logging how it received the requests... Currently it still logs >HTTP/1.1 in the access logs even for h2 requests. Apache 2.4.18-dev does

RE: H2 stream dependencies

2015-11-26 Thread Bert Huijben
> -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: donderdag 26 november 2015 19:20 > To: dev@httpd.apache.org > Subject: Re: H2 stream dependencies > > Bert Huijben in gmane.comp.apache.devel (Thu, 26 Nov 2015 18:36:00 > +0100): >

RE: H2 stream dependencies

2015-11-25 Thread Bert Huijben
> -Original Message- > From: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] > Sent: woensdag 25 november 2015 10:05 > To: dev@httpd.apache.org > Subject: Re: H2 stream dependencies > > The execution order of requests is not defined by the protocol a

Re: H2 stream dependencies

2015-11-25 Thread Stefan Eissing
vrijdag 20 november 2015 10:26 >> To: dev@httpd.apache.org >> Subject: Re: H2 stream dependencies >> >> Bert, >> >> interesting and nice to see the progress. You probably could use priorities >> for >> ordering, especially when using the stream dependenc

RE: H2 stream dependencies

2015-11-24 Thread Bert Huijben
> -Original Message- > From: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] > Sent: vrijdag 20 november 2015 10:26 > To: dev@httpd.apache.org > Subject: Re: H2 stream dependencies > > Bert, > > interesting and nice to see the progress. You pr

Re: H2 stream dependencies

2015-11-20 Thread Stefan Eissing
Bert, interesting and nice to see the progress. You probably could use priorities for ordering, especially when using the stream dependencies. I am not certain, however, if this will give you totally deterministic behavior. If stream B depends on A, usually A will be sent out before B.

RE: H2 stream dependencies

2015-11-20 Thread Bert Huijben
> -Original Message- > From: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] > Sent: vrijdag 20 november 2015 10:26 > To: dev@httpd.apache.org > Subject: Re: H2 stream dependencies > > Bert, > > interesting and nice to see the progress. You pr