uquic/http3
2020-06-12 10:06:23 +07:00
..
body.go don't close the stream when the http.Request.Body is closed 2020-06-02 14:54:21 +07:00
body_test.go don't close the stream when the http.Request.Body is closed 2020-06-02 14:54:21 +07:00
client.go Make http3.client.Close() succeed if session was not started 2020-02-23 00:21:19 +00:00
client_test.go use a buffered writer for the http3 request writer 2020-04-02 15:15:29 +07:00
error_codes.go update HTTP/3 errors 2019-10-23 09:43:47 +07:00
error_codes_test.go update HTTP/3 errors 2019-09-04 12:06:17 +07:00
frames.go remove HTTP/3 PRIORITY frame 2019-10-25 09:00:46 +07:00
frames_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
http3_suite_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
request.go http3/request: Fix URL parsing of leading double slashes after authority 2019-05-14 10:09:34 +03:00
request_test.go http3/request: Fix URL parsing of leading double slashes after authority 2019-05-14 10:09:34 +03:00
request_writer.go use a buffered writer for the http3 request writer 2020-04-02 15:15:29 +07:00
request_writer_test.go use a buffered writer for the http3 request writer 2020-04-02 15:15:29 +07:00
response_writer.go use a buffered writer for the http3 response writer 2020-04-02 15:15:29 +07:00
response_writer_test.go use a buffered writer for the http3 response writer 2020-04-02 15:15:29 +07:00
roundtrip.go use 0-RTT to open the H3 client's control stream 2020-01-29 11:06:44 +07:00
roundtrip_test.go handle request cancelations while waiting for handshake completion 2020-01-29 11:25:29 +07:00
server.go update the ALPN for draft-29 2020-06-12 10:06:23 +07:00
server_test.go simplify stream handling in the http3.Server 2020-06-02 14:39:48 +07:00