mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
Fix
This commit is contained in:
parent
bf15521314
commit
003357a7b5
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ pub fn op_http_set_response_body_text(
|
||||||
if !response_parts.headers.contains_key(CONTENT_TYPE) {
|
if !response_parts.headers.contains_key(CONTENT_TYPE) {
|
||||||
response_parts.headers.append(
|
response_parts.headers.append(
|
||||||
CONTENT_TYPE,
|
CONTENT_TYPE,
|
||||||
HeaderValue::from_static("text/plain; charset=utf-8"),
|
HeaderValue::from_static("text/plain;charset=UTF-8"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue