.. |
body.go
|
close the connection on unexpected frames when reading a HTTP/3 body
|
2019-10-25 09:39:40 +07:00 |
body_test.go
|
close the connection on unexpected frames when reading a HTTP/3 body
|
2019-10-25 09:39:40 +07:00 |
client.go
|
handle request cancelations while waiting for handshake completion
|
2020-01-29 11:25:29 +07:00 |
client_test.go
|
handle request cancelations while waiting for handshake completion
|
2020-01-29 11:25: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
|
add support for gzipped HTTP/3 requests
|
2019-04-16 17:26:03 +09:00 |
request_writer_test.go
|
add support for gzipped HTTP/3 requests
|
2019-04-16 17:26:03 +09:00 |
response_writer.go
|
don't fake-implement the http.CloseNotifier interface
|
2019-09-05 11:47:46 +07:00 |
response_writer_test.go
|
implement HTTP/3
|
2019-04-11 09:06:10 +09: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
|
use 0.5-RTT data to open the control stream in the http3 server
|
2020-01-29 10:40:06 +07:00 |
server_test.go
|
use 0.5-RTT data to open the control stream in the http3 server
|
2020-01-29 10:40:06 +07:00 |