Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2004 12:34:55 +0000 (12:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2004 12:34:55 +0000 (12:34 +0000)
commit723bfe42e7d0de40fd80b25ec64a88122f2c69f1
treef5e8ce66873c80a9eed809c33d220768bd7bf04d
parente35c7dcd72bdcf5b3d491fc61308c346d8a9d489
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
PUTs even when told to use HTTP 1.0, which is not correct.
CHANGES
lib/http.c
tests/data/Makefile.am
tests/data/test180 [new file with mode: 0644]
tests/data/test181 [new file with mode: 0644]