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
I'm currently working on a small hobby project and wanted to use spdy to add support for HTTP/2. While working fine when running the application standalone, the server seems to be unreachable when being run in a Docker container.
The Node.js application does not show any log output, even with DEBUG=* set.
Here is some environment information:
Node.js: v14.15.5
Spdy: v4.0.2
OS: Linux 5.4.0-62-generic # 70-Ubuntu x86_64
The text was updated successfully, but these errors were encountered:
I'm currently working on a small hobby project and wanted to use
spdy
to add support for HTTP/2. While working fine when running the application standalone, the server seems to be unreachable when being run in a Docker container.The Node.js application does not show any log output, even with
DEBUG=*
set.Here is some environment information:
The text was updated successfully, but these errors were encountered: