Skip to content

Commit

Permalink
Merge 09c5eb0 into 28e87dc
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheivesialou authored Feb 21, 2024
2 parents 28e87dc + 09c5eb0 commit 04b268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/http_proxy/http_req.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace NKikimr::NHttpProxy {
case NYdb::EStatus::ABORTED:
return TException("Aborted", HTTP_BAD_REQUEST);
case NYdb::EStatus::UNAVAILABLE:
return TException("Unavailable", HTTP_BAD_REQUEST);
return TException("Unavailable", HTTP_SERVICE_UNAVAILABLE);
case NYdb::EStatus::TIMEOUT:
return TException("RequestExpired", HTTP_BAD_REQUEST);
case NYdb::EStatus::BAD_SESSION:
Expand Down

0 comments on commit 04b268e

Please sign in to comment.