Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
fda9f72161
|
replace usages of session in variable names
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
e71c236232
|
rename the Session to Connection
|
2022-03-27 11:27:23 +01:00 |
|
Marten Seemann
|
68e468a3bc
|
drop support for Go 1.15
|
2021-08-05 14:18:56 +02:00 |
|
Marten Seemann
|
ee24d3899e
|
simplify the Tracer interface by combining the TracerFor... methods
|
2020-07-11 13:22:52 +07:00 |
|
Marten Seemann
|
a5b967a309
|
add a command line option to export qlogs from the integration tests
|
2020-03-26 20:37:08 +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
|
07dcbc8496
|
remove the testserver package
|
2019-11-25 12:54:58 +07:00 |
|
Marten Seemann
|
2b8cece60a
|
add a context to Session.Open{Uni}StreamSync
|
2019-06-22 19:37:21 +08:00 |
|
Marten Seemann
|
5550ba2c3b
|
add a context to Session.Accept{Uni}Stream
|
2019-06-22 19:37:11 +08:00 |
|
Marten Seemann
|
12bce1caaa
|
add a context to Listener.Accept
|
2019-06-22 19:36:52 +08:00 |
|
Marten Seemann
|
979ab75b3b
|
require ALPN during the TLS handshake
|
2019-06-02 14:58:37 +08:00 |
|
Marten Seemann
|
4abcce6408
|
use a self-signed certificate for integration tests
|
2018-12-11 14:24:12 +06:30 |
|
Marten Seemann
|
8b2992a243
|
split the Session.Close(error) in Close() and CloseWithError(error)
|
2018-07-06 15:51:35 +07:00 |
|
Marten Seemann
|
f3323c21f9
|
add integration tests using many unidirectional streams
|
2018-02-24 09:17:10 +08:00 |
|
Marten Seemann
|
58b20c6009
|
make the number of incoming streams configurable, for IETF QUIC
|
2018-02-23 22:15:31 +08:00 |
|
Marten Seemann
|
d0ffeac801
|
also run the integration tests using many streams with IETF QUIC
|
2018-02-06 07:42:31 +08:00 |
|
Marten Seemann
|
84ea38c243
|
fix concurrent streams integration test
This test actually never worked. stream.Write blocks until the data has
been sent out, so we never opened the maximum number of concurrent
streams.
|
2017-12-12 22:58:23 +07:00 |
|
Marten Seemann
|
39b7a7e0a9
|
add an integration tests concurrently opening and closing many streams
|
2017-12-06 10:24:39 +07:00 |
|