commit | 9355d50f731d47f685317f40b65b43a611e6b6c5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 23 09:38:01 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 01 16:22:35 2022 +0100 |
tree | 73f674ba6fa182cb7a1214c698bec6b5c070f5ea | |
parent | 7d845f15fd438a2cecd6758e5081b160afb8cc8c [diff] |
CLEANUP: quic: Indentation fix in qc_prep_pkts() Non-invasive modification.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c index cb99826..8cc68b8 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c
@@ -2642,7 +2642,7 @@ } } - if (rd && rd <= cbuf->wr) { + if (rd && rd <= cbuf->wr) { cb_wr_reset(cbuf); /* Let's try to reuse this buffer */ goto start;