What version of Hono are you using?
- hono@4.7.8
- @hono/node-server@1.14.1
What runtime/platform is your app running on? (with version if possible)
Node.js v24.0.0 on macOS
What steps can reproduce the bug?
- Use Node.js v24.0.0
- Import @hono/node-server
import { serve } from "@hono/node-server";
What is the expected behavior?
No warning is printed.
What do you see instead?
Failed to find Response internal state key
Additional information
Commit in Undici: nodejs/undici@45dceea
What version of Hono are you using?
What runtime/platform is your app running on? (with version if possible)
Node.js v24.0.0 on macOS
What steps can reproduce the bug?
What is the expected behavior?
No warning is printed.
What do you see instead?
Failed to find Response internal state keyAdditional information
Commit in Undici: nodejs/undici@45dceea