don't coerce header value to string on set #1394 (#1859)

this is a rebase of https://github.com/koajs/koa/pull/1394. closes #1394
This commit is contained in:
jongleberry
2025-03-17 21:43:21 -07:00
committed by GitHub
parent 964e5e7c12
commit af0547d5f6
7 changed files with 17 additions and 21 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "koa",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "koa",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.5",