> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: donderdag 19 november 2015 21:52
> To: [email protected]
> Subject: svn commit: r1715269 - /subversion/branches/1.9.x/STATUS
>
> + * r1715224, r1715232, r1715262
> + ra_serf: Fix setting Content-Type header in 3 outgoing xml requests
> + Justification:
> + We should properly implement our wire protocol.
> + Votes:
> + +1: rhuijben
These were found via a bug in httpd 2.4.17, where it doesn't handle requests
via http/2 with a body unless Content-Length or Content-Type is set.
This should not affect normal Subversion usage, but it makes our http usage a
bit cleaner.
Bert