Dave Baker hace 5 años
padre
commit
ed9368d0b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client_server_test.go

+ 1 - 1
client_server_test.go

@@ -587,7 +587,7 @@ func TestHost(t *testing.T) {
 		server             *httptest.Server // server to use
 		url                string           // host for request URI
 		header             string           // optional request host header
-		tls                string           // optiona host for tls ServerName
+		tls                string           // optional host for tls ServerName
 		wantAddr           string           // expected host for dial
 		wantHeader         string           // expected request header on server
 		insecureSkipVerify bool