Skip to content

Commit

Permalink
Added a non-standard http redirect code test
Browse files Browse the repository at this point in the history
  • Loading branch information
ducng99 committed Jan 20, 2025
1 parent bfec970 commit 4722795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/HTTP/CURLRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ public function testRemoveMultipleRedirectHeaderSections(): void
location: http://example.com
date: Mon, 20 Jan 2025 11:46:34 GMT
server: nginx/1.21.6
vary: Origin\r\n\r\nHTTP/1.1 307 Temporary Redirect
vary: Origin\r\n\r\nHTTP/1.1 399 Custom Redirect
content-type: text/html; charset=utf-8
content-length: 211
location: http://example.com
Expand Down

0 comments on commit 4722795

Please sign in to comment.