uquic/http3
Marten Seemann 42f3159497
Merge pull request #3359 from lucas-clemente/http3-dial-context
respect the request context when dialing
2022-03-25 10:27:43 +01:00
..
body.go introduce a quic.StreamError type and use it for stream cancelations 2021-05-01 09:39:52 +07:00
body_test.go introduce a quic.StreamError type and use it for stream cancelations 2021-05-01 09:39:52 +07:00
client.go also the context when dialing an address 2022-03-25 10:11:55 +01:00
client_test.go also the context when dialing an address 2022-03-25 10:11:55 +01:00
error_codes.go update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) 2022-03-25 01:44:12 -07:00
error_codes_test.go update HTTP/3 errors 2019-09-04 12:06:17 +07:00
frames.go update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) 2022-03-25 01:44:12 -07:00
frames_test.go rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len 2021-01-02 00:15:07 +08:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
http3_suite_test.go accept the control stream and parse SETTINGS frame, for the H3 server 2020-12-23 14:47:14 +07:00
request.go add support for the Extended CONNECT method (#3357) 2022-03-25 01:43:48 -07:00
request_test.go add support for the Extended CONNECT method (#3357) 2022-03-25 01:43:48 -07:00
request_writer.go introduce a quic.StreamError type and use it for stream cancelations 2021-05-01 09:39:52 +07:00
request_writer_test.go fix HTTP request writing if the Request.Body reads data and returns EOF 2020-07-01 15:31:24 +07:00
response_writer.go allow sending 1xx responses (#3047) 2021-03-05 10:03:31 +08:00
response_writer_test.go allow sending 1xx responses (#3047) 2021-03-05 10:03:31 +08:00
roundtrip.go Merge pull request #3359 from lucas-clemente/http3-dial-context 2022-03-25 10:27:43 +01:00
roundtrip_test.go Merge pull request #3359 from lucas-clemente/http3-dial-context 2022-03-25 10:27:43 +01:00
server.go update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) 2022-03-25 01:44:12 -07:00
server_test.go advertise multiple listeners via Alt-Svc and improve perf of SetQuicHeaders (#3352) 2022-03-22 14:13:05 -07:00