Toshiyuki Maezawa reported that when doing a POST with a read callback,
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 17:14:58 +0000 (17:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 17:14:58 +0000 (17:14 +0000)
commitc904b6b5bf6c6e980480e63cd066dc2ae2aace23
tree7e39a3652e6cfb4e12c4b87cba3dd868b6a4b65a
parent6a2744992285c39d0cb69295228722ed1e3037c5
Toshiyuki Maezawa reported that when doing a POST with a read callback,
libcurl didn't properly send an Expect: 100-continue header. It does now.
CHANGES
lib/http.c
tests/data/test508
tests/data/test510
tests/data/test513
tests/data/test515