We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3109 commit 3d346bfCopy full SHA for 3d346bf
response_writer.go
@@ -52,7 +52,7 @@ var (
52
53
const maxBuf = 1 << 16 // maximum size of recycled buffer
54
55
-// WriteString compresses and appends the given byte slice to the underlying ResponseWriter.
+// Write compresses and appends the given byte slice to the underlying ResponseWriter.
56
func (w *compressWriter) Write(b []byte) (int, error) {
57
if w.w != nil {
58
// The responseWriter is already initialized: use it.
0 commit comments