Skip to content

Commit 2ca00f5

Browse files
authored
Update 5xx-interceptor.php, remove 502 to limit the scope
1 parent d8fc2e3 commit 2ca00f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

5xx-interceptor.php

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ function rewrite_50x_headers() {
2323
'code' => 583,
2424
'description' => 'Service Unavailable',
2525
],
26-
502 => [
27-
'code' => 582,
28-
'description' => 'Bad Gateway',
29-
],
3026
];
3127

3228
// Technically headers_sent() should never be true at this moment.

0 commit comments

Comments
 (0)