You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/02/01 08:09:42 UTC

[trafficserver] branch quic-latest updated: Add http3/ and quic/ to the derectory structure on README

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new d537cf2  Add http3/ and quic/ to the derectory structure on README
d537cf2 is described below

commit d537cf28193a564bcfa5328757be54d63dd97e99
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Fri Feb 1 17:08:36 2019 +0900

    Add http3/ and quic/ to the derectory structure on README
---
 README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 1a5f545..50c45de 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ plugins to build large scale web applications.
       |-- dns/ .............. DNS (asynchronous)
       |-- hostdb/ ........... Internal DNS cache
       |-- net/ .............. Network
+          |-- quic/ ......... QUIC implementation
       |-- utils/ ............ Utilities
   |-- lib/ ..................
       |-- cppapi/ ........... C++ api wrapper for plugin developers
@@ -43,6 +44,7 @@ plugins to build large scale web applications.
       |-- hdrs/ ............. Headers parsing and management
       |-- http/ ............. The actual HTTP protocol implementation
       |---http2/ ............ HTTP/2 implementation
+      |---http3/ ............ HTTP/3 implementation
       |-- logging/ .......... Flexible logging
       |-- shared/ ........... Shared files
   |-- rc/ ................... Installation programs and scripts