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

Fix H2 push query parameter bug #115

Closed evert closed 4 years ago

evert commented 4 years ago

When a resource is pushed with HTTP/2 push, and this resource has a query parameter in its path, the parameter will get removed.

The effect is that 'incorrect' resources get pushed, which just get ignored by a browser.