mirokuratczyk 3 лет назад
Родитель
Сommit
7d09cffe88
1 измененных файлов с 1 добавлено и 1 удалено
  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