Skip to content
Snippets Groups Projects
Commit a547de3e authored by Philippe Canal's avatar Philippe Canal
Browse files

When running on Windows (on possibly on other platforms), the boundary

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
parent e001f342
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment