diff options
Diffstat (limited to 'tests/src/Http/PSR7Worker.php')
-rw-r--r-- | tests/src/Http/PSR7Worker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/Http/PSR7Worker.php b/tests/src/Http/PSR7Worker.php index e8900bcc..f16c4847 100644 --- a/tests/src/Http/PSR7Worker.php +++ b/tests/src/Http/PSR7Worker.php @@ -132,6 +132,7 @@ class PSR7Worker $_SERVER ); + $request = $request ->withProtocolVersion(static::fetchProtocolVersion($httpRequest->protocol)) ->withCookieParams($httpRequest->cookies) |