Re: [PR] Fix compilation problem with wasm plugin + Update the use of proxy-wasm library [trafficserver]

2025-05-06 Thread via GitHub
shukitchan commented on code in PR #1: URL: https://github.com/apache/trafficserver/pull/1#discussion_r2076799357 ## plugins/experimental/wasm/CMakeLists.txt: ## @@ -18,5 +18,28 @@ add_subdirectory(lib) add_atsplugin(wasm ats_context.cc ats_wasm.cc wasm_main.cc) -tar

Re: [PR] Fix compilation problem with wasm plugin + Update the use of proxy-wasm library [trafficserver]

2025-05-06 Thread via GitHub
cmcfarlen commented on code in PR #1: URL: https://github.com/apache/trafficserver/pull/1#discussion_r2076620625 ## plugins/experimental/wasm/CMakeLists.txt: ## @@ -18,5 +18,28 @@ add_subdirectory(lib) add_atsplugin(wasm ats_context.cc ats_wasm.cc wasm_main.cc) -targ

Re: [PR] Call SSL_get_negotiated_group not during read early data [trafficserver]

2025-05-06 Thread via GitHub
maskit commented on PR #12224: URL: https://github.com/apache/trafficserver/pull/12224#issuecomment-2855602039 We should call the new function from `QUICNetVConnection::_switch_to_established_state()` as well. -- This is an automated message from the Apache Git Service. To respond to the

[PR] Call SSL_get_negotiated_group not during read early data [trafficserver]

2025-05-06 Thread via GitHub
bneradt opened a new pull request, #12224: URL: https://github.com/apache/trafficserver/pull/12224 Recent versions of OpenSSL define SSL_CB_HANDSHAKE_DONE as follows: > Callback has been called because a handshake is finished. It also > occurs if the handshake is paused to allow the