Răsfoiți Sursa

Fix comment

mirokuratczyk 3 ani în urmă
părinte
comite
7d09cffe88
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      psiphon/common/transforms/httpTransformer.go

+ 1 - 1
psiphon/common/transforms/httpTransformer.go

@@ -72,7 +72,7 @@ type HTTPTransformer struct {
 	seed      *prng.Seed
 
 	// state is the HTTPTransformer state. Possible values are
-	// httpTransformerReadingHeader and httpTransformerReadingBody.
+	// httpTransformerReadWriteHeader and httpTransformerReadWriteBody.
 	state int64
 	// b is the accumulated bytes of the current HTTP request.
 	b []byte