Skip to content

Commit c74db78

Browse files
committed
clone
1 parent 356b7ec commit c74db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/http/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ pub async fn fetch<R: Runtime>(
266266

267267
#[cfg(feature = "cookies")]
268268
{
269-
builder = builder.cookie_provider(Arc::new(state.cookies_jar));
269+
builder = builder.cookie_provider(Arc::new(state.cookies_jar.clone()));
270270
}
271271

272272
let mut request = builder.build()?.request(method.clone(), url);

0 commit comments

Comments
 (0)