Marten Seemann
|
efde8443f1
|
use the SSLKEYLOGFILE env variable in the interop client and server
|
2020-02-11 17:37:16 +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
|
8aaa11687d
|
add support for the multiconnect interop test case
|
2020-01-16 21:34:00 +07:00 |
|
Marten Seemann
|
2c4990405b
|
export a key log file from the server in the interop runner
|
2020-01-05 11:22:19 +07:00 |
|
Marten Seemann
|
664474b058
|
export a key log file from the client in the interop runner
|
2020-01-05 11:20:04 +07:00 |
|
Marten Seemann
|
06d8eda0e9
|
add support for the version negotiation test
|
2019-11-04 15:48:27 +07:00 |
|
Marten Seemann
|
e0c4c97a46
|
correctly handle nil tls.Configs in the http09.RoundTripper
|
2019-11-04 15:48:27 +07:00 |
|
Marten Seemann
|
24b2c63b7f
|
Merge pull request #2181 from lucas-clemente/interop-fixes
fix interop runner
|
2019-10-24 00:55:19 -07:00 |
|
Marten Seemann
|
540f89f507
|
enable logging for the interop runner
|
2019-10-24 14:41:40 +07:00 |
|
Marten Seemann
|
7c221c221b
|
fix branch checkout when building the interop image
|
2019-10-24 14:41:40 +07:00 |
|
Marten Seemann
|
0119c5c00a
|
add missing \r\n to HTTP/0.9 requests
|
2019-10-24 11:50:37 +07:00 |
|
Marten Seemann
|
9983c7903d
|
use a multistage Docker build
This significantly reduces the file size of the resulting Docker image.
|
2019-10-23 11:04:04 +07:00 |
|
Marten Seemann
|
f6d963c991
|
add support for the resumption test case
|
2019-10-23 10:38:47 +07:00 |
|
Marten Seemann
|
a2e61ad76d
|
add a client and server implementation for the interop test runner
|
2019-10-23 10:38:46 +07:00 |
|
Marten Seemann
|
789ea13dde
|
add a HTTP/0.9 implementation
|
2019-10-23 09:30:07 +07:00 |
|