Bug report for Apache httpd-2 [2017/01/01]

2016-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Post 2.4.25

2016-12-31 Thread David Zuelke
On 31 Dec 2016, at 00:09, Stefan Fritsch wrote: > * the longer 2.6/3.0 takes the more half-baked/half-finished stuff > accumulates > that needs to be fixed before a release. > > But I don't have any ideas how to resolve this. Did you see my "A new release process?" thread?

Re: HTTP/2 frame prioritization not honored

2016-12-31 Thread Stefan Eissing
Hi Kyriakos, have a look at https://github.com/icing/mod_h2/releases/tag/v1.8.6 That version flushes when at least 2 TLS records are ready to send. Also, frame sizes are now aligned to TLS record sizes. So they are influenced by the H2TLSWarmUpSize and H2TLSCoolDownSecs settings.