We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1ccdf commit 6cb3b7cCopy full SHA for 6cb3b7c
echo_test.go
@@ -961,7 +961,7 @@ func TestEchoStartTLSByteString(t *testing.T) {
961
e := New()
962
e.HideBanner = true
963
964
- errChan := make(chan error, 0)
+ errChan := make(chan error)
965
966
go func() {
967
errChan <- e.StartTLS(":0", test.cert, test.key)
@@ -999,7 +999,7 @@ func TestEcho_StartAutoTLS(t *testing.T) {
999
for _, tc := range testCases {
1000
t.Run(tc.name, func(t *testing.T) {
1001
1002
1003
1004
1005
errChan <- e.StartAutoTLS(tc.addr)
0 commit comments