You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the encoding with ctx.set_header(.content_type, 'text/html; charset=utf-8') results in only 'text/html' in the header.
Setting with ctx.content_type = 'text/html; charset=utf-8' works as expected.
Describe the bug
Setting the encoding with
ctx.set_header(.content_type, 'text/html; charset=utf-8')
results in only'text/html'
in the header.Setting with
ctx.content_type = 'text/html; charset=utf-8'
works as expected.Reproduction Steps
Expected Behavior
Header
Content-Type: text/html; charset=utf-8
Current Behavior
Header
content-type: text/html
Possible Solution
No response
Additional Information/Context
No response
V version
0.4.10
Environment details (OS name and version, etc.)
Linux
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: