apache / trafficserver

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.81k stars 799 forks source link

⛱ QUIC Client for testing and Origin Server Side Connection #3381

Closed masaori335 closed 1 year ago

masaori335 commented 6 years ago

This is an umbrella ticket to track quic client of ATS. The purposes of client side implementation are a) self-test b) origin server side quic connection. Currently, a command line tool called traffic_quic is on going for a).

QUIC Specific Features

masaori335 commented 5 years ago

Resumption is done by #4405. Thanks @scw00.

maskit commented 5 years ago

Added Address Validation (#4672).

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

maskit commented 1 year ago

Closing as the client implementation has not been maintained since we start using quiche and the client is no longer built.