mirror of
https://github.com/kataras/iris.git
synced 2026-01-05 11:17:03 +00:00
add gocov on travis
Former-commit-id: 99555baee1f5e8ea73b995a5f6476815fd62e0a4
This commit is contained in:
@@ -136,7 +136,7 @@ func (w *GzipResponseWriter) ResetBody() {
|
||||
w.chunks = w.chunks[0:0]
|
||||
}
|
||||
|
||||
// Disable turns of the gzip compression for the next .Write's data,
|
||||
// Disable turns off the gzip compression for the next .Write's data,
|
||||
// if called then the contents are being written in plain form.
|
||||
func (w *GzipResponseWriter) Disable() {
|
||||
w.disabled = true
|
||||
|
||||
Reference in New Issue
Block a user