Skip to content

Commit

Permalink
update status code
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Sep 6, 2023
1 parent 12df8de commit fb279b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/fpmRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function_exists('__vapor_debug') && __vapor_debug('Preparing to boot FPM');
if (Str::contains($e->getMessage(), 'Failed to write request to socket [broken pipe]')) {
function_exists('__vapor_debug') && __vapor_debug($e->getMessage());

return (new LambdaResponse(403, [], ''))
return (new LambdaResponse(502, [], ''))
->toApiGatewayFormat();
}

Expand Down

0 comments on commit fb279b7

Please sign in to comment.