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 bad3dd5 commit dfa73dbCopy full SHA for dfa73db
1 file changed
src-tauri/src/ipc.rs
@@ -293,7 +293,7 @@ fn convert_response(response: &reqwest::Response) -> tauri::http::response::Buil
293
.version(response.version());
294
if let Some(headers) = hyper_response.headers_mut() {
295
response.headers().iter().for_each(|(name, value)| {
296
- headers.insert(
+ headers.append(
297
HeaderName::from_bytes(name.as_str().as_bytes()).unwrap(),
298
HeaderValue::from_str(
299
value
0 commit comments