You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/06/21 16:01:48 UTC

[GitHub] [trafficserver] maskit commented on a diff in pull request #9892: Add support for quic to CMake build

maskit commented on code in PR #9892:
URL: https://github.com/apache/trafficserver/pull/9892#discussion_r1237246127


##########
CMakeLists.txt:
##########
@@ -313,6 +327,9 @@ add_subdirectory(mgmt/config)
 add_subdirectory(mgmt/rpc)
 add_subdirectory(src/traffic_server)
 add_subdirectory(src/traffic_ctl)
+if(TS_USE_QUIC)
+    add_subdirectory(src/traffic_quic)

Review Comment:
   Thanks for taking care of this, but actually we no longer maintain it. https://github.com/apache/trafficserver/pull/9726



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