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/test508 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test508') diff --git a/tests/data/test508 b/tests/data/test508 index 08217effb..51e3f8154 100644 --- a/tests/data/test508 +++ b/tests/data/test508 @@ -40,6 +40,7 @@ Pragma: no-cache Accept: */* Content-Length: 45 Content-Type: application/x-www-form-urlencoded +Expect: 100-continue this is what we post to the silly web server -- cgit v1.2.3