diff --git a/include/haproxy/stconn.h b/include/haproxy/stconn.h index 5a906e623..73e94c8f7 100644 --- a/include/haproxy/stconn.h +++ b/include/haproxy/stconn.h @@ -525,7 +525,7 @@ static inline size_t se_done_ff(struct sedesc *se) } } } - + se->sc->bytes_out += ret; return ret; }