Skip to content

Commit 4722795

Browse files
committed
Added a non-standard http redirect code test
1 parent bfec970 commit 4722795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/HTTP/CURLRequestTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ public function testRemoveMultipleRedirectHeaderSections(): void
13301330
location: http://example.com
13311331
date: Mon, 20 Jan 2025 11:46:34 GMT
13321332
server: nginx/1.21.6
1333-
vary: Origin\r\n\r\nHTTP/1.1 307 Temporary Redirect
1333+
vary: Origin\r\n\r\nHTTP/1.1 399 Custom Redirect
13341334
content-type: text/html; charset=utf-8
13351335
content-length: 211
13361336
location: http://example.com

0 commit comments

Comments
 (0)