Преглед изворни кода

Improve comment clarity per code review

Co-authored-by: RPRX <[email protected]>
copilot-swe-agent[bot] пре 5 месеци
родитељ
комит
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