mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 00:21:38 +03:00
Merge branch 'main' into tm/unify
This commit is contained in:
commit
4974aa3b7c
@ -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