projects
/
haproxy-3.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a8dd8
)
CLEANUP: quic: remove unused prototype
author
Amaury Denoyelle
<adenoyelle@haproxy.com>
Wed, 22 Jan 2025 15:16:17 +0000
(16:16 +0100)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Tue, 28 Jan 2025 14:04:47 +0000
(15:04 +0100)
Remove undefined quic_pacing_send() function prototype from quic_pacing
module.
This should be backported up to 3.1.
(cherry picked from commit
2178bf1192650da0196dc38987e64dfafd74de43
)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/quic_pacing.h
patch
|
blob
|
history
diff --git
a/include/haproxy/quic_pacing.h
b/include/haproxy/quic_pacing.h
index
20ad8a2
..
955f167
100644
(file)
--- a/
include/haproxy/quic_pacing.h
+++ b/
include/haproxy/quic_pacing.h
@@
-17,6
+17,4
@@
int quic_pacing_expired(const struct quic_pacer *pacer);
void quic_pacing_sent_done(struct quic_pacer *pacer, int sent);
-enum quic_tx_err quic_pacing_send(struct quic_pacer *pacer, struct quic_conn *qc);
-
#endif /* _HAPROXY_QUIC_PACING_H */