|
@@ -395,10 +395,10 @@ |
|
|
block discarded – undo |
|
395
|
395
|
} |
|
396
|
396
|
} |
|
397
|
397
|
|
|
398
|
|
- // Set the status _after_ the headers, because of PHP's "helpful" behavior with location headers. |
|
399
|
|
- // See https://github.com/slimphp/Slim/issues/1730 |
|
|
398
|
+ // Set the status _after_ the headers, because of PHP's "helpful" behavior with location headers. |
|
|
399
|
+ // See https://github.com/slimphp/Slim/issues/1730 |
|
400
|
400
|
|
|
401
|
|
- // Status |
|
|
401
|
+ // Status |
|
402
|
402
|
header(sprintf( |
|
403
|
403
|
'HTTP/%s %s %s', |
|
404
|
404
|
$response->getProtocolVersion(), |
Please login to merge, or discard this patch.