Просмотр исходного кода

Improve comment clarity per code review

Co-authored-by: RPRX <[email protected]>
copilot-swe-agent[bot] 5 месяцев назад
Родитель
Сommit
7a71924ffe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      proxy/proxy.go

+ 1 - 1
proxy/proxy.go

@@ -262,7 +262,7 @@ func (w *VisionReader) ReadMultiBuffer() (buf.MultiBuffer, error) {
 			buffer, _ = buf.MergeMulti(buffer, inputBuffer)
 		}
 		// Do not read from rawInput - it contains encrypted outer TLS records that would corrupt the stream
-		// Just clear the buffers to release memory
+		// Clear the buffers to release memory
 		*w.input = bytes.Reader{} // release memory
 		w.input = nil
 		*w.rawInput = bytes.Buffer{} // release memory