mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Remove unused conversation_id header (#9107)
It's an exact copy of session_id
This commit is contained in:
@@ -5,7 +5,6 @@ use http::HeaderValue;
|
||||
pub(crate) fn build_conversation_headers(conversation_id: Option<String>) -> HeaderMap {
|
||||
let mut headers = HeaderMap::new();
|
||||
if let Some(id) = conversation_id {
|
||||
insert_header(&mut headers, "conversation_id", &id);
|
||||
insert_header(&mut headers, "session_id", &id);
|
||||
}
|
||||
headers
|
||||
|
||||
Reference in New Issue
Block a user