summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2017-08-18 10:35:28 +0200
committerWilly Tarreau <w@1wt.eu>2017-08-18 13:42:05 +0200
commitd0300a93fc7313f89e200b4d4ede989108b3b07a (patch)
tree708c05a682c0c802eb20b8e59329cbea00828092
parenteefde51d8af1db2b040a859d0936828d4438da89 (diff)
downloadhaproxy-d0300a93fc7313f89e200b4d4ede989108b3b07a.tar.gz
CLEANUP/MINOR: h2: don't remove the h2s twice from the active list
It's already done, this was changed recently.
-rw-r--r--src/h2ch1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/h2ch1.c b/src/h2ch1.c
index 2252a51c3..73e62f803 100644
--- a/src/h2ch1.c
+++ b/src/h2ch1.c
@@ -1644,8 +1644,6 @@ static int h2c_frt_process_active(struct h2c *h2c, struct h2s *only_h2s, struct
ret = h2c_frt_make_resp_headers(h2c, sid, h2s, outbuf);
break;
case H2_MS_TRL2: /* this is the end */
- LIST_DEL(h2c->active_list.n);
- LIST_INIT(h2c->active_list.n);
ret = 0;
break;
case H2_MS_BODY: