From: Michael Wallner Date: Thu, 25 May 2023 09:27:07 +0000 (+0200) Subject: curl: newer versions omit the Expect header X-Git-Tag: v4.2.4~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0d535ef69ab2648132433bc9c4acf9a93114138d curl: newer versions omit the Expect header fixes #129 --- diff --git a/tests/client025.phpt b/tests/client025.phpt index 4cb63af..21f4c2d 100644 --- a/tests/client025.phpt +++ b/tests/client025.phpt @@ -36,8 +36,8 @@ PUT / HTTP/1.1 Accept: */* Content-Length: %d Content-Range: bytes 1-2/3 -Expect: 100-continue -Host: localhost:%d +%r(Expect: 100-continue +)?%rHost: localhost:%d User-Agent: %s X-Original-Content-Length: %d