Commit Graph

9 Commits

Author SHA1 Message Date
Marten Seemann
ea0050e2a2 update HTTP/3 errors
* rename HTTP_UNEXPECTED_FRAME to HTTP_FRAME_UNEXPECTED
* remove the HTTP_WRONG_STREAM error
* rename errors from HTTP_ to H3_
2019-10-23 09:43:47 +07:00
Marten Seemann
f9bbac8b04 update HTTP/3 errors 2019-09-04 12:06:17 +07:00
Marten Seemann
e3e2851c24 add an integration test for HTTP request cancelations 2019-08-24 15:16:10 +07:00
Marten Seemann
de6ab88437 add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
Marten Seemann
00ce072086 add a HTTP integration test that sets and gets request headers 2019-04-14 23:00:44 +09:00
Marten Seemann
7dc75bd62f add a HTTP integration test that sets and gets response headers 2019-04-14 21:38:17 +09:00
Marten Seemann
4f6d0e651a implement HTTP/3 2019-04-11 09:06:10 +09:00
Marten Seemann
e03a204f68 disable failing HTTP integration test
See #1756.
2019-01-23 21:56:24 +07:00
Marten Seemann
05be874b11 cancel reading from the response stream when the response body is closed 2019-01-23 15:45:22 +07:00