uquic/http3
2022-08-20 08:56:28 -07:00
..
body.go http3: ignore context after response when using DontCloseRequestStream (#3473) 2022-07-24 11:58:12 -07:00
body_test.go refactor HTTP/3 stream handling to use a dedicated stream 2022-06-09 10:51:23 +02:00
client.go http3: ignore context after response when using DontCloseRequestStream (#3473) 2022-07-24 11:58:12 -07:00
client_test.go update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499) 2022-08-10 09:50:48 -07:00
error_codes.go update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) 2022-03-25 01:44:12 -07:00
error_codes_test.go update HTTP/3 errors 2019-09-04 12:06:17 +07:00
frames.go update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499) 2022-08-10 09:50:48 -07:00
frames_test.go pass frame / stream type parsing errors to the hijacker callbacks 2022-05-27 17:53:54 +02:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
http3_suite_test.go accept the control stream and parse SETTINGS frame, for the H3 server 2020-12-23 14:47:14 +07:00
http_stream.go refactor HTTP/3 stream handling to use a dedicated stream 2022-06-09 10:51:23 +02:00
http_stream_test.go refactor HTTP/3 stream handling to use a dedicated stream 2022-06-09 10:51:23 +02:00
request.go Change "HTTP/3" to "HTTP/3.0". (#3439) 2022-06-02 10:33:06 -07:00
request_test.go Change "HTTP/3" to "HTTP/3.0". (#3439) 2022-06-02 10:33:06 -07:00
request_writer.go update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499) 2022-08-10 09:50:48 -07:00
request_writer_test.go refactor HTTP/3 stream handling to use a dedicated stream 2022-06-09 10:51:23 +02:00
response_writer.go remove the StreamID method on the HTTP/3 response writer 2022-06-09 10:51:23 +02:00
response_writer_test.go make the responseWriter hijackable 2022-04-03 14:28:15 +01:00
roundtrip.go http3: ignore context after response when using DontCloseRequestStream (#3473) 2022-07-24 11:58:12 -07:00
roundtrip_test.go introduce a http3.RoundTripOpt to prevent closing of request stream (#3411) 2022-05-20 02:54:31 -07:00
server.go http3: fix listening on both QUIC and TCP (#3465) 2022-08-20 08:56:28 -07:00
server_test.go dedupe Alt-Svc header values (#3461) 2022-06-28 00:58:44 -07:00