Changed how boundary strings are generated. This new way uses 28 dashes
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Apr 2003 12:24:01 +0000 (12:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Apr 2003 12:24:01 +0000 (12:24 +0000)
commit61788a0389962ecf22b3711b142a1e6783359bf1
tree9dc8bc249d6dec10b7e4518d0a34c948ab4d12e5
parent0821447b5b351a68b70caa11c78128715e34964b
Changed how boundary strings are generated. This new way uses 28 dashes
and 12 following hexadecimal letters, which seems to be what IE uses.
This makes curl work smoother with more stupidly written server apps.

Worked this out together with Martijn Broenland.
lib/formdata.c