From 0d535ef69ab2648132433bc9c4acf9a93114138d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 May 2023 11:27:07 +0200 Subject: [PATCH] curl: newer versions omit the Expect header fixes #129 --- tests/client025.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2