- Added http2 support
- Added support to proxy protocol v2
- Parsing proxy protocol via @balena/proxy-protocol-parser module instead of regex
- IPv6 support
- Updated code for latest ES features
- Fixed a bug when server.setTimeout did not trigger timeout event
- Removed dependency on object-extends and findhit-util
- Fixed HTTPS connection
- Updated spdy module version
- Fixed an issue where some connections were remaining opened. Thanks @revington #15
- Added jshint to test procedure
- Added
.header
exposure onerror
- Fixed TCP port on pr #11
- Added an option to ignore strict generated exceptions while destroying socket,
called
ignoreStrictExceptions
. Defaults tofalse
. Reason on #11
- Fixed destructed problem when on non-strict #7
- Updated dependent modules
- Fixed npm problem
- Implemented a better IPv6 detection approach
- Moved bluebird to dev dependencies #8
- Updated findhit-util lib to minor 2 updates
- Added RegExp Protocol detection
- Added
options
parameter, ability to disable strict protocol checks. Thanks to kylegetson.
- Removed a
console.log
call that was accidentally left in.
- Initial release.