You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change: don’t send plaintext credentials even with debug_assertions
This should hopefully not be a breaking change, as the same code could
produce the same behaviour if compiled with different flags. However,
it’s possible some downstream test suites could be affected and
will need to opt in to the feature.
## Allows sending credentials over cleartext HTTP. For testing purposes only.
51
+
http-client-insecure-credentials = []
50
52
## If set, an async implementations of the git transports becomes available in `crate::client`.
51
53
## Suitable for implementing your own transports while using git's way of communication, typically in conjunction with a custom server.
52
54
## **Note** that the _blocking_ client has a wide range of available transports, with the _async_ version of it supporting only the TCP based `git` transport leaving you
0 commit comments