Marten Seemann
|
977dbc828c
|
move all dependencies on qtls to a separate package
|
2020-08-18 14:26:23 +07:00 |
|
Marten Seemann
|
539097fc6e
|
return a quic.ConnectionState from Session.ConnectionState()
|
2020-01-30 09:21:09 +07:00 |
|
Marten Seemann
|
bc25840519
|
use 0.5-RTT data to open the control stream in the http3 server
|
2020-01-29 10:40:06 +07:00 |
|
Marten Seemann
|
e8cffacc77
|
Merge pull request #2321 from lucas-clemente/update-mockgen
update gomock to v1.4.0, simplify mock generation
|
2020-01-29 00:01:00 +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
|
c809166cab
|
update gomock, simplify script for generation mocks of private types
|
2020-01-26 12:53:41 +07:00 |
|
Marten Seemann
|
717e6d5c96
|
implement serving multiple connections at the same time
|
2019-09-05 13:10:26 +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
|
0a86224858
|
pass a string, not an error, to Session.CloseWithError
|
2019-05-13 08:04:24 +02:00 |
|
Marten Seemann
|
4f6d0e651a
|
implement HTTP/3
|
2019-04-11 09:06:10 +09:00 |
|