> -----Original Message-----
> From: Bert Huijben [mailto:[email protected]]
> Sent: woensdag 25 november 2015 22:45
> To: [email protected]
> Subject: RE: H2 stream dependencies
> * 2 of these are related to HTTP/1.1 status lines where we no longer have
> access to the reason field.
> * 2 others somehow run against an httpd limit when I only configure 16
> threads (while running 4 tests in parallel; each with potentially multiple
> connections)
> * and the last one is an interesting crash in the serf code.
The current status is two failures. That last crash is one I reported
earlier, and ...
The other appears to be related to httpd having a higher limit on total
header size when using http/2 than when using http/1.1.
Is that an intended behavior change?
The original limit was set a long time as a security measure?
(But perhaps a new default is used for http/2)
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.
And when I enable more logging I get an error that Content-Length -1 doesn't
match the actual length on most of my requests... (I don't pass
Content-Length in all those cases)
Bert