This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new a2326be9bf HttpTransact.cc cleanup: remove extra ';' (#12641)
a2326be9bf is described below

commit a2326be9bf015789c9eca80367a60c0aea6356fd
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Nov 6 11:00:38 2025 -0600

    HttpTransact.cc cleanup: remove extra ';' (#12641)
---
 src/proxy/http/HttpTransact.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/proxy/http/HttpTransact.cc b/src/proxy/http/HttpTransact.cc
index 2fa301a780..654acfa179 100644
--- a/src/proxy/http/HttpTransact.cc
+++ b/src/proxy/http/HttpTransact.cc
@@ -1749,7 +1749,6 @@ HttpTransact::HandleApiErrorJump(State *s)
   **/
   if (s->http_return_code != HTTPStatus::NONE && s->http_return_code >= 
HTTPStatus::BAD_REQUEST) {
     const char *reason = http_hdr_reason_lookup(s->http_return_code);
-    ;
     build_response(s, &s->hdr_info.client_response, 
s->client_info.http_version, s->http_return_code, reason ? reason : "Error");
   } else {
     build_response(s, &s->hdr_info.client_response, 
s->client_info.http_version, HTTPStatus::INTERNAL_SERVER_ERROR, "INKApi Error");

Reply via email to