Skip to content

src: rename misleading arg in ClientHelloParser

Despite being named onend_arg, the pointer is passed both to the onend_cb and to the onhello_cb. Rename it to cb_arg, which matches the name of the class field cb_arg_.

Merge request reports

Loading