feat(wip): test reworks (need to add back traffic logger tests)

This commit is contained in:
Toby
2023-07-26 15:51:48 -07:00
parent dd836b4496
commit 6172f2ac53
7 changed files with 131 additions and 618 deletions

View File

@@ -22,7 +22,7 @@ import (
// TestServerMasquerade is a test to ensure that the server behaves as a normal
// HTTP/3 server when dealing with an unauthenticated client. This is mainly to
// confirm that the server does not expose itself to active probers.
// confirm that the server does not expose itself to active probing.
func TestServerMasquerade(t *testing.T) {
// Create server
udpConn, udpAddr, err := serverConn()