mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-14 13:26:24 -04:00
CLEANUP: mux-h2: remove unused goto "out_free_h2s"
Since commit fa8aa867b9 ("MEDIUM: connections: Change struct
wait_list to wait_event.") we no longer use this section.
this should fix github issue #437
Signed-off-by: William Dauchy <w.dauchy@criteo.com>
This commit is contained in:
parent
9205fea13a
commit
cd7fa3dcfc
1 changed files with 0 additions and 3 deletions
|
|
@ -1347,9 +1347,6 @@ static struct h2s *h2s_new(struct h2c *h2c, int id)
|
|||
|
||||
TRACE_LEAVE(H2_EV_H2S_NEW, h2c->conn, h2s);
|
||||
return h2s;
|
||||
|
||||
out_free_h2s:
|
||||
pool_free(pool_head_h2s, h2s);
|
||||
out:
|
||||
TRACE_DEVEL("leaving in error", H2_EV_H2S_ERR|H2_EV_H2S_END, h2c->conn);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue