mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-14 14:43:46 +00:00
Temporarily reject the gzip chunks
This commit is contained in:
parent
7ee7ef7e44
commit
94dba8bc64
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user