Notes
- The performance remains the same. It's just the native
http2
module which got better. - The
maxSessions
andmaxFreeSessions
Agent options now describe sessions in total, not per origin. - Switched to
codecov
becausecoveralls
is quite buggy and annoying. - Removed a fix for invalid Origin Set. See nodejs/node#28985
- Implemented graceful closing which fixes a bug where sometimes
REFUSED_STREAM
would be thrown. - Incorrect options in
agent.request(...)
no longer cause an uncaught exception.