David Wright filed bug report #1849764
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Dec 2007 10:00:06 +0000 (10:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Dec 2007 10:00:06 +0000 (10:00 +0000)
commit7b1a22147e97e06316ca8707d6177fa9187d7550
tree740ddd65cbb93641232e2127a07e4f4fd0994da9
parentdc24540ed1abaed66ff93ffcd5f603bd870926f1
David Wright filed bug report #1849764
(http://curl.haxx.se/bug/view.cgi?id=1849764) with an included fix. He
identified a problem for re-used connections that previously had sent
Expect: 100-continue and in some situations the subsequent POST (that didn't
use Expect:) still had the internal flag set for its use. David's fix (that
makes the setting of the flag in every single request unconditionally) is
fine and is now used!
CHANGES
RELEASE-NOTES
lib/http.c