spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

DeprecationWarning: Access to process.binding('http_parser') is deprecated. #397

Open naterkane opened 1 year ago

naterkane commented 1 year ago

This issue is with the http-deceiver dependency. It seems that project (as well as this one) have both been abandoned for years, but spdy depends on it, and hence dependency chain being a headache.

(node:65676) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
 |     at process.binding (node:internal/bootstrap/loaders:141:17)
 |     at Object.<anonymous> ([redacted]/node_modules/http-deceiver/lib/deceiver.js:22:24)
AveEddie commented 1 year ago

same issue.