diff options
| author | liuwentan <[email protected]> | 2023-12-29 18:03:45 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-12-29 18:03:45 +0800 |
| commit | c19e0ea5d9a59aaabf580568a1fb421eb4421051 (patch) | |
| tree | e4a7dc040bd2d3874626c0b1c379f740039e4147 /src/http_decoder/http_decoder.c | |
| parent | 21d1d573ad84bf782f288f25cda25fe0f0aa2e15 (diff) | |
[PATCH]Add TCP 1-byte sliding window test
Diffstat (limited to 'src/http_decoder/http_decoder.c')
| -rw-r--r-- | src/http_decoder/http_decoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http_decoder/http_decoder.c b/src/http_decoder/http_decoder.c index 1bfbcad..f29a6cd 100644 --- a/src/http_decoder/http_decoder.c +++ b/src/http_decoder/http_decoder.c @@ -343,8 +343,6 @@ int http_decoder_entry(struct session *sess, int events, const struct packet *pk struct http_decoder_result_queue *queue = session_get_ex_data(sess, ctx->ex_data_idx);; - const char *tmp_payload = session_get0_current_payload(sess, &payload_len); - if (events & SESS_EV_CLOSING) { if (queue != NULL) { http_decoder_result_queue_free(queue); |
