.. |
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
|
close the connection on unexpected frames when reading a HTTP/3 body
|
2019-10-25 09:39:40 +07:00 |
client_test.go
|
update HTTP/3 errors
|
2019-10-23 09:43:47 +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
|
reject http3 responses that exceeded the header size limit
|
2019-08-22 12:08:02 +07:00 |
roundtrip_test.go
|
add a context to Session.Open{Uni}StreamSync
|
2019-06-22 19:37:21 +08:00 |
server.go
|
update the H3 ALPN to draft-24
|
2019-12-04 08:39:06 +07:00 |
server_test.go
|
don't replace the ALPN in the tls.Config returned by GetConfigForClient
|
2019-11-09 17:26:52 +07:00 |