Skip to content

Cancel duplicate push promises streams #111

Description

@dpwspoon

If the http2-cache.js gets 2 push promises for the same url opened, it should cancel one of them.

It is possible, that when requests for the same resource are sent with different authorization headers, the response could be cache-control: public or some other shareable cache directive. This will result in multiple push promise streams for the same resource.

http2-cache.js should cancel one of the push promises if the request urls are the same

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions