Bert Huijben wrote: >> 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.
It would be a good idea to copy this information into the STATUS file. - Julian