Skip to content

tls: fix references to undefined `cb`

5795e835 introduced unintentional copy-paste bug. cb is not actually present in those functions and should not be called, the socket should be destroy instead.

cc @silverwind

Merge request reports

Loading