don't set content-location

Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
Alexey Aristov
2025-09-03 14:56:59 +02:00
parent be1046877b
commit febc654874
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -215,7 +215,6 @@ pub async fn put(request: HttpRequest, payload: Payload) -> HandlerResult<HttpRe
postgres::set_part(&pool, path.workspace, &part_data.key, inline, &part_data).await?;
let mut response = HttpResponse::Created();
response.insert_header((header::CONTENT_LOCATION, part_data.key));
response.insert_header((header::ETAG, part_data.etag));
if uploaded.deduplicated {