Skip to content

Commit a2326be

Browse files
authored
HttpTransact.cc cleanup: remove extra ';' (#12641)
1 parent 517b9fb commit a2326be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/proxy/http/HttpTransact.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,6 @@ HttpTransact::HandleApiErrorJump(State *s)
17491749
**/
17501750
if (s->http_return_code != HTTPStatus::NONE && s->http_return_code >= HTTPStatus::BAD_REQUEST) {
17511751
const char *reason = http_hdr_reason_lookup(s->http_return_code);
1752-
;
17531752
build_response(s, &s->hdr_info.client_response, s->client_info.http_version, s->http_return_code, reason ? reason : "Error");
17541753
} else {
17551754
build_response(s, &s->hdr_info.client_response, s->client_info.http_version, HTTPStatus::INTERNAL_SERVER_ERROR, "INKApi Error");

0 commit comments

Comments
 (0)