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
113|}114|};115|116|// This is basically inverted `closeCoveredSessions(...)`.117|constcloseSessionIfCovered=(where,coveredSession)=>{118|for(letindex=0;index<where.length;index++){^TypeError: undefinedisnotanobject(evaluating'where.length')atcloseSessionIfCovered(/${OmittedForPrivacy}/node_modules/http2-wrapper/source/agent.js:118:30)at/${OmittedForPrivacy}/node_modules/http2-wrapper/source/agent.js:524:7atemit(node:events:73:22)at #onConnect (node:http2:2088:45)atonConnect(node:http2:2219:22)550|return;551|}552|553|// See https://github.com/nodejs/node/issues/38426554|if(session.setLocalWindowSize){555|session.setLocalWindowSize(1024*1024*4);// 4 MB^
TypeError: this.#parser?.setLocalWindowSizeisnotafunction.(In'this.#parser?.setLocalWindowSize(windowSize)','this.#parser?.setLocalWindowSize'isundefined)
at node:http2:2188:44at/${OmittedForPrivacy}/node_modules/http2-wrapper/source/agent.js:555:16atonceWrapper(node:events:165:55)atemit(node:events:73:22)atremoteSettings(node:http2:2012:49)
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.37+8ca0eb831
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
Dependencies version:
Run code bellow:
What is the expected behavior?
Return response
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: