mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
READ replies with large data chunks are processed partially to avoid queuing too much data. When the final chunk was received however, the start of the chunk would already tag the transaction as 'done'. The more aggressive tx freeing that was recently merged would cause this tx to be freed before the rest of the in-progress chunk was done. This patch delays the tagging of the tx until the final data has been received. |
9 years ago | |
|---|---|---|
| .. | ||
| .cargo | 9 years ago | |
| src | 9 years ago | |
| .gitignore | 9 years ago | |
| Cargo.toml.in | 9 years ago | |
| Makefile.am | 9 years ago | |
| gen-c-headers.py | 9 years ago | |