Marten Seemann
|
498475fa60
|
update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499)
* run gofmt -s -w
* stop using the deprecated io/ioutil package
* update golangci-lint action to v3, golangci-lint to v1.48.0
|
2022-08-10 09:50:48 -07:00 |
|
Marten Seemann
|
6aaa9a817c
|
rename the EarlySession to EarlyConnection
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
fda9f72161
|
replace usages of session in variable names
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
fe313fb83f
|
log requests in the interop client
|
2020-04-14 18:50:13 +07:00 |
|
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 |
|