mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-11 09:37:20 +02:00
CLEANUP: adjust indentation in bidir STREAM handling function
Fix indentation in qc_handle_bidi_strm_frm in if condition.
This commit is contained in:
parent
cc8348fbc1
commit
850695ab1f
@ -2110,9 +2110,8 @@ static int qc_handle_bidi_strm_frm(struct quic_rx_packet *pkt,
|
|||||||
if (strm_frm->offset.key == strm->rx.offset) {
|
if (strm_frm->offset.key == strm->rx.offset) {
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (!qc_get_buf(strm, &strm->rx.buf)) {
|
if (!qc_get_buf(strm, &strm->rx.buf))
|
||||||
goto store_frm;
|
goto store_frm;
|
||||||
}
|
|
||||||
|
|
||||||
ret = qc_strm_cpy(&strm->rx.buf, strm_frm);
|
ret = qc_strm_cpy(&strm->rx.buf, strm_frm);
|
||||||
total += ret;
|
total += ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user