szmarczak / http2-wrapper

Use HTTP/2 the same way like HTTP/1
MIT License
240 stars 18 forks source link

Reuse sessions with many origins #21

Closed szmarczak closed 5 years ago

szmarczak commented 5 years ago

Fixes #17

TODO:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 320


Changes Missing Coverage Covered Lines Changed/Added Lines %
source/agent.js 166 167 99.4%
<!-- Total: 247 248 99.6% -->
Totals Coverage Status
Change from base Build 226: 0.8%
Covered Lines: 994
Relevant Lines: 996

💛 - Coveralls
szmarczak commented 5 years ago

Blocked by https://github.com/nodejs/node/issues/28985

szmarczak commented 5 years ago

Something's failing: https://travis-ci.org/szmarczak/http2-wrapper/jobs/587629103#L282

szmarczak commented 5 years ago

I'm still working on this. Major refactoring is done here https://github.com/szmarczak/http2-wrapper/tree/origins-2

I'll move to this branch once I'm done refactoring. I'm almost done.

szmarczak commented 5 years ago

Blocked by https://github.com/nodejs/node/issues/29764