Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_forward: fix connection leak on successfull flush (fix #234)
In recent changes, the function call to release the upstream connection when the data is flushed was commented, for hence the connection is leaked. This patch fix the problem releasing the connection properly. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information