You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/25 18:05:17 UTC

[GitHub] [trafficserver] randall edited a comment on pull request #7916: Propagate proxy.config.net.sock_option_flag_in to accepted connections

randall edited a comment on pull request #7916:
URL: https://github.com/apache/trafficserver/pull/7916#issuecomment-868735659


   This breaks the regression tests. It comes down to SO_LINGER being set/propagated during the tests.
   
   I think, without this change, setting DSCP via header_rewrite (aka `TSHttpTxnClientPacketDscpSet`)  will be broken due to e65cf23015fd743cd790d9f7868a3731d62fc2a8 (which requires PACKET_TOS to be configured in `proxy.config.net.sock_option_flag_in`). Without the propagation, the bit mask check will fail. 
   
   


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org