mlibbey commented on issue #12335:
URL: 
https://github.com/apache/trafficserver/issues/12335#issuecomment-3049949787

   I'm not really familiar with txn_box syntax, but think in header_rewrite 
that would be like
   ```
   cond %{READ_RESPONSE_HDR_HOOK} [AND]
       cond %{STATUS} =404
       set-header @newstatus "Resetting upstream response"
       set-status 200
   ```


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