John Doe

Results 55 comments of John Doe

as example to allow send http3 error codes https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-23#section-8.1 https://github.com/litespeedtech/lsquic/blob/7e0c302ed8271c0019ea1155ebc9357bf4973f42/src/liblsquic/lsquic_hq.h#L65

nghttp3 thinking this is app level error codes https://github.com/ngtcp2/nghttp3/blob/164fbfa0f4da67d4c112bc6e5260846b5254b3cb/lib/includes/nghttp3/nghttp3.h#L353 openssl can send any of error codes https://github.com/openssl/openssl/blob/311f7bd6dd609cd32faa406bbddca580ae4fd4eb/doc/designs/quic-design/quic-api.md?plain=1#L547

also openssl api SSL_stream_reset with error codes https://github.com/openssl/openssl/blob/311f7bd6dd609cd32faa406bbddca580ae4fd4eb/doc/designs/quic-design/quic-api.md?plain=1#L687