]> git.kaiwu.me - haproxy.git/commit
CLEANUP: ssl: remove outdated comments
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 25 Feb 2026 10:25:05 +0000 (11:25 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 25 Feb 2026 10:25:05 +0000 (11:25 +0100)
commit5af42fa3420a87066739dfcfd49afbfc528550dc
treefe5be9e8c9943c2a2bc81ede45350ae228ffc283
parent89c75b07774e75d33a82a13400f33cdafbde9151
CLEANUP: ssl: remove outdated comments

ssl_sock_srv_try_reuse_sess() was modified by this commit to no longer
fail (it now returns void), but the related comments remained:

  BUG/MINOR: quic: missing app ops init during backend 0-RTT sessions

This patch cleans them up.
src/ssl_sock.c