Revision a547de3e48ff2ac8879118e0b2bdbe1cf5171305 authored by Philippe Canal on 31 May 2011, 18:22:17 UTC, committed by Philippe Canal on 31 May 2011, 18:22:17 UTC
of the multipart web message is surrounded by quotes.
So instead of:
   Content-Type: multipart/byteranges; boundary=chgs4uxnRx1Nn=x:Rl=E
we see:
   Content-Type: multipart/byteranges; boundary="chgs4uxnRx1Nn=x:Rl=E"
However the calculation of the string to compare the boundary line
to was incorrect (contained the spurrious quotes) and was leading
to an infinite recursion/infinite loop.


git-svn-id: http://root.cern.ch/svn/root/trunk@39516 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent e001f34
History

back to top