From c904b6b5bf6c6e980480e63cd066dc2ae2aace23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Apr 2005 17:14:58 +0000 Subject: 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. --- tests/data/test513 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test513') diff --git a/tests/data/test513 b/tests/data/test513 index d97607e58..8b1fcf61f 100644 --- a/tests/data/test513 +++ b/tests/data/test513 @@ -31,6 +31,7 @@ Pragma: no-cache Accept: */* Content-Length: 1 Content-Type: application/x-www-form-urlencoded +Expect: 100-continue # 42 - aborted by callback -- cgit v1.2.3