commit | c7dd9d6867186ae5d1cc94de8cf72e8531dbcc60 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 18:14:28 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | 77b0361c7c75c9199b63469def380aafc50ab6d7 | |
parent | d9404b464faae3340ac1745b594929e4b7edd650 [diff] |
MINOR: h3: mark ncbuf as const on h3_b_dup h3_b_dup() is used to obtains a ncbuf representation into a struct buffer. ncbuf can thus be marked as a const parameter. This will allows function which already manipulates a const ncbuf to use it.