catbot
f14b85694f
fix(quic): bound the client handshake
...
QUIC_SETTINGS never set HandshakeIdleTimeoutMs, so it inherited the
120s idle timeout. The constructor blocks until msquic reports the
connection either up or shut down, which meant dialling a host that does
not answer parked the caller for minutes. Bound it to 10s.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 17:06:51 +00:00
..
Crafter.Network-ClientHTTP.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network-ClientHTTP1.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00
Crafter.Network-ClientQUIC.cppm
fix(quic): bound the client handshake
2026-08-25 17:06:51 +00:00
Crafter.Network-ClientTCP.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network-HTTP.cppm
feat(http1): dispatch unmatched paths to an optional fallback handler
2026-07-28 19:41:57 +00:00
Crafter.Network-HTTP1.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00
Crafter.Network-HTTP3.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network-ListenerHTTP.cppm
feat(http): give ListenerHTTP the same fallback and query-strip routing
2026-07-28 19:42:06 +00:00
Crafter.Network-ListenerHTTP1.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00
Crafter.Network-ListenerQUIC.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network-ListenerTCP.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network-Stream.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00
Crafter.Network-TLS.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00
Crafter.Network-WebTransport.cppm
SPDX license
2026-07-22 17:55:45 +02:00
Crafter.Network.cppm
feat(tls): add a libssl TLS transport and an https:// HTTP/1.1 stack
2026-07-28 20:13:30 +00:00