> -----Original Message-----
> From: Stefan Eissing [mailto:[email protected]]
> Sent: vrijdag 20 november 2015 10:11
> To: [email protected]
> Subject: Re: svn commit: r1715294 - /httpd/httpd/trunk/server/core.c
>
> +1 for lowercasing and pls backport, since it just arrived as is in 2.4.x,
i think.
<snip>
> > apr_table_clear(r->headers_out);
> > apr_table_setn(r->headers_out, "Upgrade",
protocol);
> > - apr_table_setn(r->headers_out, "Connection",
"upgrade");
> > + apr_table_setn(r->headers_out, "Connection",
"Upgrade");
As the 'Connection' header technically refers to the 'Upgrade' header I
would paint both sheds in the same color.
Either would be fine by me.
Bert