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
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Issue #1013 revealed a bug where imports with signature node:http weren't replaced.
The current npm package unit uses as a custom loader looks for the http and websocket packages. Node applications do have the option to import the https package as well, which also has a .listen() method.
Do we need to replace the built in node https package with a unit specific https package, or will the underlying http package take care of the unit specific functionality as well?