forked from quic-go/quic-go
Implement loss recovery from the current WG draft
Fixes #498 and will hopefully go a long way towards fixing the many flaky tests.
This commit is contained in:
@@ -9,5 +9,5 @@ import (
|
||||
|
||||
func TestCrypto(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "AckHandler (New) Suite")
|
||||
RunSpecs(t, "AckHandler Suite")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user