vuori opened a new pull request, #12509:
URL: https://github.com/apache/trafficserver/pull/12509

   Explicitly check for `TS_SUCCESS` in header_rewrite's `Resources::gather` 
instead of negation to avoid unexpectedly entering  the error branch.
   
   Since `TS_SUCCESS` has integer value 0, using the negation operator here 
results in entering in the error branch on success from 
`TSHttpTxnServerReqGet`. Other conditionals in this method already use `!= 
TS_SUCCESS`.
   
   Related to #12496 


-- 
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