Skip to content

Duplicate HTTP headers on reqwest#157

Open
kennethjor wants to merge 2 commits into06chaynes:mainfrom
kennethjor:duplicate-http-headers
Open

Duplicate HTTP headers on reqwest#157
kennethjor wants to merge 2 commits into06chaynes:mainfrom
kennethjor:duplicate-http-headers

Conversation

@kennethjor
Copy link

@kennethjor kennethjor commented Mar 8, 2026

Closes #156

Comment on lines +737 to +740
let wait_until = expires + Duration::from_secs(2);
while SystemTime::now() < wait_until {
sleep(Duration::from_millis(100)).await;
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@06chaynes There's probably a better way of simulating an expired cache object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Headers duplicated on expired requests when using custom headers

1 participant