http: remove obsolete comment

In preparation of libhtp rust
pull/12514/head
Philippe Antoine 4 weeks ago committed by Victor Julien
parent 4d2a3c0057
commit d9ac7489db

@ -290,9 +290,7 @@ static void EveHttpLogJSONExtended(JsonBuilder *js, htp_tx_t *tx)
(uint32_t)bstr_len(htp_tx_request_protocol(tx)));
}
/* response status: from libhtp:
* "Response status code, available only if we were able to parse it, HTP_STATUS_INVALID
* otherwise. HTP_STATUS_UNKNOWN until parsing is attempted" .*/
/* response status */
const int resp = htp_tx_response_status_number(tx);
if (resp > 0) {
jb_set_uint(js, "status", (uint32_t)resp);

Loading…
Cancel
Save