We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b476bbb commit 284985fCopy full SHA for 284985f
src/client/auth/aws.rs
@@ -39,7 +39,7 @@ pub(super) async fn authenticate_stream(
39
let nonce = auth::generate_nonce_bytes();
40
41
let client_first_payload = doc! {
42
- "r": Binary { subtype: BinarySubtype::Generic, bytes: nonce.clone().into() },
+ "r": Binary { subtype: BinarySubtype::Generic, bytes: nonce.clone().to_vec() },
43
// `110` is ASCII for the character `n`, which is required by the spec to indicate that
44
// channel binding is not supported.
45
"p": 110i32,
0 commit comments