Browse Source

Fix comment

mirokuratczyk 3 years ago
parent
commit
7d09cffe88
1 changed files with 1 additions and 1 deletions
  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
 	seed      *prng.Seed
 
 
 	// state is the HTTPTransformer state. Possible values are
 	// state is the HTTPTransformer state. Possible values are
-	// httpTransformerReadingHeader and httpTransformerReadingBody.
+	// httpTransformerReadWriteHeader and httpTransformerReadWriteBody.
 	state int64
 	state int64
 	// b is the accumulated bytes of the current HTTP request.
 	// b is the accumulated bytes of the current HTTP request.
 	b []byte
 	b []byte