From e85d47dfd4eee646aa00f60b21bbb076d9f19b26 Mon Sep 17 00:00:00 2001 From: wn_ Date: Fri, 22 Dec 2023 16:51:04 +0000 Subject: Use Guzzle --- vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/guzzlehttp/guzzle/src/Handler') diff --git a/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php b/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php index be88d9e49..16a942232 100644 --- a/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php +++ b/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php @@ -256,7 +256,7 @@ class CurlFactory implements CurlFactoryInterface $method = $easy->request->getMethod(); if ($method === 'PUT' || $method === 'POST') { - // See https://tools.ietf.org/html/rfc7230#section-3.3.2 + // See https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.2 if (!$easy->request->hasHeader('Content-Length')) { $conf[\CURLOPT_HTTPHEADER][] = 'Content-Length: 0'; } -- cgit v1.2.3