kaazing / http2-cache.js

2 stars 11 forks source link

Same status code behavior as native XHR #29

Closed dpwspoon closed 6 years ago

dpwspoon commented 7 years ago

Currently, the XHR will return abnormal status codes (300/400/500s) etc if it is proxied. For each of these we should exhibit the same behavior as native XHR. I.E. follow 302, serve from cache 304, throw error if 500, etc.