maskit opened a new issue, #10227:
URL: https://github.com/apache/trafficserver/issues/10227

   ```
    52void
    53ts_lua_update_server_response_hdrp(ts_lua_http_ctx *http_ctx)
    54{
        1. Condition http_ctx->server_response_hdrp, taking true branch.
    55  if (http_ctx->server_response_hdrp) {
        
   CID 1508979 (#1 of 1): Unchecked return value (CHECKED_RETURN)
   2. check_return: Calling TSHttpTxnServerRespGet without checking return 
value (as is done elsewhere 40 out of 41 times).
    56    TSHttpTxnServerRespGet(http_ctx->txnp, 
&http_ctx->server_response_bufp, &http_ctx->server_response_hdrp);
    57  }
    58}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to