h3 1.10.1 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1069,7 +1069,8 @@ const ignoredHeaders = /* @__PURE__ */ new Set([
1069
1069
  "keep-alive",
1070
1070
  "upgrade",
1071
1071
  "expect",
1072
- "host"
1072
+ "host",
1073
+ "accept"
1073
1074
  ]);
1074
1075
  async function proxyRequest(event, target, opts = {}) {
1075
1076
  let body;
package/dist/index.mjs CHANGED
@@ -1062,7 +1062,8 @@ const ignoredHeaders = /* @__PURE__ */ new Set([
1062
1062
  "keep-alive",
1063
1063
  "upgrade",
1064
1064
  "expect",
1065
- "host"
1065
+ "host",
1066
+ "accept"
1066
1067
  ]);
1067
1068
  async function proxyRequest(event, target, opts = {}) {
1068
1069
  let body;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h3",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Minimal H(TTP) framework built for high performance and portability.",
5
5
  "repository": "unjs/h3",
6
6
  "license": "MIT",