Marten Seemann
|
383adb619c
|
fix flaky HTTP/3 Server unit test
|
2020-02-24 16:19:37 +07:00 |
|
phuslu
|
6de97fce55
|
Add LocalAddrContextKey/ServerContextKey to http3 request context
|
2020-02-01 20:36:13 +08:00 |
|
Marten Seemann
|
950f278362
|
accept 0-RTT request in the http3 server
|
2020-01-29 11:34:08 +07:00 |
|
Marten Seemann
|
bc25840519
|
use 0.5-RTT data to open the control stream in the http3 server
|
2020-01-29 10:40:06 +07:00 |
|
Marin
|
44cc47a887
|
set remote address on http request
|
2020-01-14 13:30:26 +01:00 |
|
Marten Seemann
|
b444ca613c
|
don't replace the ALPN in the tls.Config returned by GetConfigForClient
|
2019-11-09 17:26:52 +07:00 |
|
Marten Seemann
|
fe6cda98eb
|
close the connection on unexpected frames when reading a HTTP/3 body
|
2019-10-25 09:39:40 +07:00 |
|
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 |
|
Julien Salleyron
|
f110af917b
|
Remove QUIC version hint
|
2019-10-21 17:18:02 +02:00 |
|
Julien Salleyron
|
3c08c885ae
|
Handle new version format
|
2019-10-13 22:50:53 +02:00 |
|
Julien Salleyron
|
ff89d42262
|
Fix alt-svc header
|
2019-10-12 19:07:16 +02:00 |
|
Marten Seemann
|
917cfc0d39
|
rework stream / connection erros for the server
|
2019-09-14 10:16:43 +07:00 |
|
Marten Seemann
|
7b88d8fdb5
|
Merge pull request #2112 from lucas-clemente/update-h3-errors
update HTTP/3 errors
|
2019-09-05 15:01:58 +07:00 |
|
Marten Seemann
|
717e6d5c96
|
implement serving multiple connections at the same time
|
2019-09-05 13:10:26 +07:00 |
|
Marten Seemann
|
f9bbac8b04
|
update HTTP/3 errors
|
2019-09-04 12:06:17 +07:00 |
|
Marten Seemann
|
328dd2c848
|
set the H3 ALPN on tls.Configs returned by GetConfigForClient
|
2019-08-24 15:23:37 +07:00 |
|
Marten Seemann
|
fd30146de5
|
replace the list of ALPN instead of appending to it in http3
|
2019-08-24 15:22:36 +07:00 |
|
Marten Seemann
|
9294652ecc
|
reject http3 requests that exceeded the header size limit
|
2019-08-22 10:23:51 +07:00 |
|
Marten Seemann
|
afa4615c4d
|
make sure the TLS config contains the H3 ALPN token in server and client
|
2019-05-20 17:55:59 +01:00 |
|
Marten Seemann
|
de6ab88437
|
add support for gzipped HTTP/3 requests
|
2019-04-16 17:26:03 +09:00 |
|
Marten Seemann
|
fa96c1a9ec
|
fix flaky HTTP/3 server test
|
2019-04-16 12:41:07 +09:00 |
|
Marten Seemann
|
4f6d0e651a
|
implement HTTP/3
|
2019-04-11 09:06:10 +09:00 |
|