curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
525 stars 7 forks source link

Explicitly break old version #77

Closed evert closed 6 years ago

evert commented 6 years ago

On node versions below 8.11.2 http2.Http2Session does not have a .close() method. It seemed better to explicitly throw a version-related error on this version to avoid further confusion.