]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: add cancel request message
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 11 Dec 2023 20:10:13 +0000 (17:10 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 15 Dec 2023 05:08:22 +0000 (06:08 +0100)
commit30ac77ce65ece4a84ebd5cd64e3f741cd9b0c1bf
treeae69a6620124328eb399e1032bf2a59044eb0960
parent7dcc2e7a713de20af0dbc1e935ec791cba2e6f95
pgsql: add cancel request message

A CanceldRequest can occur after any query request, and is sent over a
new connection, leading to a new flow. It won't take any reply, but, if
processed by the backend, will lead to an ErrorResponse.

Task #6577
doc/userguide/output/eve/eve-json-format.rst
etc/schema.json
rust/src/pgsql/logger.rs
rust/src/pgsql/parser.rs
rust/src/pgsql/pgsql.rs