kaazing / http2-cache.js

2 stars 11 forks source link

Debounce duplicate pending RequestInfo #4

Open hthetiot opened 7 years ago

hthetiot commented 7 years ago

Currently the request will be perform even if there is a pending request. We need to match pending RequestInfo and merge events listeners.