[PR] Core implementation of IP categories for ip_allow.yaml [trafficserver]

2024-01-23 Thread via GitHub
bneradt opened a new pull request, #11004: URL: https://github.com/apache/trafficserver/pull/11004 Adds the ip_category feature for ip_allow.yaml so that users can specify arbitrary IP descriptions like the following: ```yaml ip_allow: - apply: in ip_category: ACM

[PR] Set TS_HAS_TLS_SESSION_TICKET correctly [trafficserver]

2024-01-23 Thread via GitHub
duke8253 opened a new pull request, #11003: URL: https://github.com/apache/trafficserver/pull/11003 According to https://www.openssl.org/docs/man3.2/man3/SSL_CTX_set_tlsext_ticket_key_evp_cb.html ``` The SSL_CTX_set_tlsext_ticket_key_cb() function was deprecated in OpenSSL 3.0. The

Re: [PR] Fix Findunwind.cmake on RHEL [trafficserver]

2024-01-23 Thread via GitHub
bneradt commented on PR #11001: URL: https://github.com/apache/trafficserver/pull/11001#issuecomment-1907107163 [approve ci] -- 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.

Re: [PR] Fix src/api/CMakeLists.txt formatting [trafficserver]

2024-01-23 Thread via GitHub
bneradt merged PR #11002: URL: https://github.com/apache/trafficserver/pull/11002 -- 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-unsubscr...@tra

[PR] Fix src/api/CMakeLists.txt formatting [trafficserver]

2024-01-23 Thread via GitHub
bneradt opened a new pull request, #11002: URL: https://github.com/apache/trafficserver/pull/11002 The #10918 PR was old and didn't have the recent cmake formatting applied. This re-applies our cmake format script to master. -- This is an automated message from the Apache Git Service. To

Re: [PR] Fix Findunwind.cmake on RHEL [trafficserver]

2024-01-23 Thread via GitHub
phongn commented on PR #11001: URL: https://github.com/apache/trafficserver/pull/11001#issuecomment-1907057108 [approve ci] -- 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 commen

[PR] Fix Findunwind.cmake on RHEL [trafficserver]

2024-01-23 Thread via GitHub
phongn opened a new pull request, #11001: URL: https://github.com/apache/trafficserver/pull/11001 Fix change in #10811 intended for Ubuntu that caused build issues on RHEL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Update build.yml [trafficserver-ingress-controller]

2024-01-23 Thread via GitHub
shukitchan merged PR #184: URL: https://github.com/apache/trafficserver-ingress-controller/pull/184 -- 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: gith

[PR] Update build.yml [trafficserver-ingress-controller]

2024-01-23 Thread via GitHub
shukitchan opened a new pull request, #184: URL: https://github.com/apache/trafficserver-ingress-controller/pull/184 (no comment) -- 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 comm

Re: [PR] Removes experimental.h, moving remaining declarations to ts.h [trafficserver]

2024-01-23 Thread via GitHub
zwoop merged PR #10918: URL: https://github.com/apache/trafficserver/pull/10918 -- 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-unsubscr...@traff

Re: [PR] Move session pool metrics calls outside critical section [trafficserver]

2024-01-23 Thread via GitHub
traeak merged PR #10996: URL: https://github.com/apache/trafficserver/pull/10996 -- 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-unsubscr...@traf

Re: [PR] Move session pool metrics calls outside critical section [trafficserver]

2024-01-23 Thread via GitHub
bneradt commented on code in PR #10996: URL: https://github.com/apache/trafficserver/pull/10996#discussion_r1463519241 ## src/proxy/http/HttpSessionManager.cc: ## @@ -491,6 +494,11 @@ HttpSessionManager::_acquire_session(sockaddr const *ip, CryptoHash const &hostn }