[PATCH] peer: Make sure to disconnect relevandly on idle state transition

2014-08-15 Thread Tomasz Bursztyka
In case of cancelling the connection, idle will be set, but we might be in the middle of a connection so ensuring it properly cleans via calling disconnect. --- src/peer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/peer.c b/src/peer.c index 33364e2..55531ce 100644 --- a/src/peer.c +

Re: [PATCH] peer: Make sure to disconnect relevandly on idle state transition

2014-08-15 Thread Patrik Flykt
On Fri, 2014-08-15 at 15:08 +0300, Tomasz Bursztyka wrote: > In case of cancelling the connection, idle will be set, but we might be > in the middle of a connection so ensuring it properly cleans via calling > disconnect. Applied, thanks! Patrik __