Explorar o código

Remove incorrect comment

Rod Hynes %!s(int64=9) %!d(string=hai) anos
pai
achega
f20c52cf37
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      psiphon/serverApi.go

+ 0 - 1
psiphon/serverApi.go

@@ -858,7 +858,6 @@ func makeRequestUrl(tunnel *Tunnel, port, path string, params requestJSONObject)
 				strValue = v
 			case []string:
 				// String array param encoded as JSON
-				// (URL encoding will be done by http.Client)
 				jsonValue, err := json.Marshal(v)
 				if err != nil {
 					break