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.
suricata/rust
Philippe Antoine 60db5e981c http2: do not append data after closing file
Ticket: #6211

Completes commit 02dece5db5

Once a http2 stream has end of stream flag, we close the file.
If we see new data frames with this stream id, the new_chunk
function should ignore them as the file was already closed.
3 years ago
..
.cargo
derive rust: use 2021 edition 3 years ago
src http2: do not append data after closing file 3 years ago
.gitignore rust: bundle Cargo.lock 3 years ago
Cargo.lock.in rust: update der-parser to 8.2.0 3 years ago
Cargo.toml.in rust: use 2021 edition 3 years ago
Makefile.am rust: don't suppress vendor output 3 years ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml