pull/1978/head
Lucas Nogueira 4 months ago
parent 356b7ece49
commit c74db78ef2
No known key found for this signature in database
GPG Key ID: A05EE2227C581CD7

@ -266,7 +266,7 @@ pub async fn fetch<R: Runtime>(
#[cfg(feature = "cookies")]
{
builder = builder.cookie_provider(Arc::new(state.cookies_jar));
builder = builder.cookie_provider(Arc::new(state.cookies_jar.clone()));
}
let mut request = builder.build()?.request(method.clone(), url);

Loading…
Cancel
Save