Files
x/internal/util
David Manouchehri 1752b29df9 Add MASQUE/CONNECT-UDP support (RFC 9298)
Implement UDP tunneling over HTTP/3 using HTTP Datagrams (RFC 9297):
- Add masque handler for server-side CONNECT-UDP
- Add masque connector and h3-masque dialer for client-side
- Add enableDatagrams option to HTTP/3 listener
- Add shared utilities for datagram connections and path parsing

Resource management and connection caching:
- Add deferred stream cleanup in connector on error paths
- Add IsClosed() and Close() methods to Client for proper session management
- Clean up stale cached clients in dialer before reuse
- Close underlying stream when DatagramConn is closed
- Move RequestStream opening from connector to dialer to enable dead
  connection detection and cache invalidation (follows QUIC dialer pattern)
2025-12-28 22:16:54 +00:00
..
2023-10-19 23:47:47 +08:00
2025-09-04 21:30:49 +08:00
2024-07-15 20:34:59 +08:00
2022-04-13 21:30:30 +08:00
2025-08-04 19:29:38 +08:00
2024-06-13 21:53:14 +08:00
2022-03-14 20:27:14 +08:00
2024-09-14 23:21:25 +08:00
2023-10-15 23:55:52 +08:00
2025-09-04 21:30:49 +08:00
2025-11-11 12:37:33 +08:00
2025-08-29 23:36:31 +08:00
2022-03-14 20:27:14 +08:00
2025-07-26 16:17:04 +08:00
2025-08-04 19:29:38 +08:00
2025-02-25 20:39:33 +08:00
2025-08-04 19:29:38 +08:00
2025-08-03 10:15:53 +08:00