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 356b7ec commit c74db78Copy full SHA for c74db78
plugins/http/src/commands.rs
@@ -266,7 +266,7 @@ pub async fn fetch<R: Runtime>(
266
267
#[cfg(feature = "cookies")]
268
{
269
- builder = builder.cookie_provider(Arc::new(state.cookies_jar));
+ builder = builder.cookie_provider(Arc::new(state.cookies_jar.clone()));
270
}
271
272
let mut request = builder.build()?.request(method.clone(), url);
0 commit comments