libgit2

git_stream_register_tls

Deprecated
Version:

Register a TLS stream constructor for the library to use. This stream will not support HTTP CONNECT proxies. This internally calls git_stream_register and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

Deprecations

  • Provide a git_stream_registration to git_stream_register

See

Signature

int git_stream_register_tls(git_stream_cb ctor);

Parameters

In
ctor

Returns

int

Versions