mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-19 12:26:32 +00:00
Temporarily reject the gzip chunks
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user