Tangui0232

Results 3 comments of Tangui0232

I spent some time digging into this issue and have found the likely culprit. The issue has to do with the assumption that the gzip body cannot contain a valid...

Example unit test demonstrating the issue: ``` void test_not_concat() { size_t border_count = 0; char data[] = { 0x06, 0x03, 0x00, 0x00, 0x07, 0x01, 0x05, 0x04, 0x07, 0x07, 0x02, 0x03,...

@edsiper Thanks for the fix. Unfortunately I don't think this addresses the underlying issue as we are still searching for gzip headers to determine boundaries between gzip payloads. I did...