Commit Graph

6 Commits

Author SHA1 Message Date
Marten Seemann
99292576ca fix passing of the quic.Config in the interop client 2020-03-08 16:21:38 +07:00
Marten Seemann
61309896b8 allow 0-RTT in HTTP/0.9 client and server 2020-03-08 16:07:46 +07:00
Marten Seemann
a93e544c94 remove Session.Close()
Session.Close() sends a transport-level error code. Applications should
not be able to call this function, but use CloseWithError() instead.
2020-01-26 17:41:53 +07:00
Marten Seemann
e0c4c97a46 correctly handle nil tls.Configs in the http09.RoundTripper 2019-11-04 15:48:27 +07:00
Marten Seemann
0119c5c00a add missing \r\n to HTTP/0.9 requests 2019-10-24 11:50:37 +07:00
Marten Seemann
789ea13dde add a HTTP/0.9 implementation 2019-10-23 09:30:07 +07:00