Temporarily reject the gzip chunks

This commit is contained in:
M. Mert Yildiran
2022-06-01 17:40:10 +03:00
parent 7ee7ef7e44
commit 94dba8bc64
+1
View File
@@ -164,6 +164,7 @@ func (p *tlsPoller) pollGolangReadWrite(rd *ringbuf.Reader, emitter api.Emitter,
if b.IsGzipChunk {
connection.Gzipped = true
continue // TODO: accepting gzip makes everything malformed (temp)
}
if b.IsRequest {