mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 00:21:38 +03:00
Merge pull request #289 from kinode-dao/dr/http-fix-cookie-clearing
fix: insert headers even if they're set-cookie
This commit is contained in:
commit
12a4908bb6
@ -706,9 +706,8 @@ async fn http_handler(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
existing_headers.insert(header_name.to_owned(), header_value.to_owned());
|
|
||||||
}
|
}
|
||||||
|
existing_headers.insert(header_name.to_owned(), header_value.to_owned());
|
||||||
}
|
}
|
||||||
Ok(response)
|
Ok(response)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user