Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http2.js

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http2.js - npm Package Versions

4.0.8

Diff

hthetiot
published 4.0.6 •

Changelog

Source

4.0.6 (2018-12-11)

  • Remove default SETTINGS_MAX_CONCURRENT_STREAMS value. By default, the number of concurrent outbound streams is not limited.
hthetiot
published 4.0.5 •

Changelog

Source

4.0.5 (2018-12-10)

  • Fix Connection SETTINGS_MAX_CONCURRENT_STREAMS settings on creation #24 (via #26)
hthetiot
published 4.0.4 •

Changelog

Source

4.0.4 (2018-08-07)

  • Fix http.js support on request for retry-after bad timer delay computation.
hthetiot
published 4.0.3 •

Changelog

Source

4.0.3 (2018-07-18)

  • Update http.js to add support on request for retry-after header on 503|429|302 status code.

    [About 503] The server returns an HTTP error 503 when more users than are allowed by the server's request queue limit have sent requests to a single server or when the actions of the client have triggered throttling.

    Retry-After If a Retry-After header ([RFC2616]) is present in the response, the client SHOULD<6> retry the request after waiting the number of seconds indicated by the Retry-After header. Any such value represents an estimate of when the server is expected to be able to process the request.

hthetiot
published 4.0.2 •

hthetiot
published 4.0.1 •

Changelog

Source

4.0.1 (2017-10-01)

  • Bugfixes from pull requests
    • Fails to load in IE11 due to timers.setImmediate call
    • Fix Node 5+ support #4 bug
    • update object-keys module for Object.keys shim
hthetiot
published 4.0.0 •

Changelog

Source

4.0.0 (2017-08-23)

  • Rename package from 'http2' to 'http2.js'.
  • Fork from abandoned https://github.com/molnarg/node-http2 to https://github.com/kaazing/http2.js and change version to '4.0.0' to avoid confusion.
  • Bugfixes from pull requests
    • Clean up ended streams to free leaked memory (https://github.com/molnarg/node-http2/pull/200)
    • Memory leak fix (by argon) and another 'upstream is not defined' check (https://github.com/molnarg/node-http2/pull/222)
    • Allow frames to send after the arrival of the RST_STREAM. (https://github.com/molnarg/node-http2/pull/210)
    • GOAWAY deserialization fix (https://github.com/molnarg/node-http2/pull/235)
    • Update Mocha link (https://github.com/molnarg/node-http2/pull/229)
    • Remove invalid assert (https://github.com/molnarg/node-http2/pull/236)
    • Typo: finshed (https://github.com/molnarg/node-http2/pull/199)
    • JSHINT all source (https://github.com/dpwspoon/node-http2/pull/4)
    • Changed API to be fully pluggable for any transport or server (https://github.com/dpwspoon/node-http2/pull/2)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc