Skip to content

Commit

Permalink
premature connection close is HTTP 502 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Dec 18, 2024
1 parent 0b352b4 commit d8d11dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Travelynx/Controller/Traveling.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ sub station {
}
)->wait;
}
elsif ( $err =~ m{svcRes} ) {
elsif ( $err =~ m{svcRes|connection close} ) {
$self->render(
'bad_gateway',
message => $err,
Expand Down

0 comments on commit d8d11dc

Please sign in to comment.