> -----Original Message-----
> From: Jim Jagielski [mailto:[email protected]]
> Sent: vrijdag 20 november 2015 17:04
> To: [email protected]
> Subject: Re: svn commit: r1715363 - in /httpd/httpd/trunk/modules/http2:
> h2_request.c h2_response.h h2_session.c h2_stream.c h2_stream.h
> h2_util.c h2_util.h
>
> Ugg... I *just* noticed:
>
> However, header field names MUST be converted to lowercase
> prior to their encoding in HTTP/2. A request or response
> containing uppercase header field names MUST be treated as
> malformed
Nghttp2 handles this just fine.
My early tests with serf showed that some servers didn't enforce the
validation rule, while others (nghttp2 based) did.
Bert