commit | 56a560aef449d79bd18fef465f12630a0a049680 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 22 19:27:35 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:52:16 2009 +0200 |
tree | 45b9cc0a3b26340fbfb5943b5fd1f00da8060255 | |
parent | eecc8ee673b8d8babdc5bd092612fca63f1156a6 [diff] |
[MEDIUM] stats: prepare the connection for closing before dumping We will need to modify the stats dump functions so that they can be used in interactive mode. For this, we want their caller to prepare the connection for a close, not themselves to do it. Let's simply move the stream_int_retnclose() out.