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
When running with NodeJS 12.17.0 or higher, speccy (esp. speccy lint) hangs when attempting to resolve external resources that come over HTTP/2.
Context
This renders speccy unusable by my team in our efforts to track NodeJS LTS releases.
I believe this is caused by hisco/http2-client#26 (comment) -- not strictly speccy's fault, but speccy is dramatically affected.
Possible implementation
Not sure if speccy folks could help fix this issue in the underlying libraries, or adjust to a different HTTP/2 client library
Your environment
Node Version: 12.x (via nodenv)
Operating system and version: Linux (Debian) and macOS (various recent releases)
Demo file: note that the fact that the referenced URL is a 404 doesn't matter, because the nature of this bug is such that speccy and its dependencies never see the response anyways. It does matter that example.com serves HTTP/2.
Install node 12.17.0 or higher and just run npx speccy lint --verbose demo.yaml, or to see the full trace details, NODE_OPTIONS=--trace-tls NODE_DEBUG='*' npx speccy lint --verbose demo.yaml
The text was updated successfully, but these errors were encountered:
Detailed description
When running with NodeJS 12.17.0 or higher, speccy (esp.
speccy lint
) hangs when attempting to resolve external resources that come over HTTP/2.Context
This renders
speccy
unusable by my team in our efforts to track NodeJS LTS releases.I believe this is caused by hisco/http2-client#26 (comment) -- not strictly
speccy
's fault, butspeccy
is dramatically affected.Possible implementation
Not sure if speccy folks could help fix this issue in the underlying libraries, or adjust to a different HTTP/2 client library
Your environment
nodenv
)Demo file: note that the fact that the referenced URL is a 404 doesn't matter, because the nature of this bug is such that speccy and its dependencies never see the response anyways. It does matter that
example.com
serves HTTP/2.Install node 12.17.0 or higher and just run
npx speccy lint --verbose demo.yaml
, or to see the full trace details,NODE_OPTIONS=--trace-tls NODE_DEBUG='*' npx speccy lint --verbose demo.yaml
The text was updated successfully, but these errors were encountered: