Closed
Bug 925516
Opened 12 years ago
Closed 7 years ago
[npm-mirror] Use etags to cache requests for package root and package version objects
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: gaye, Unassigned)
Details
Right now we *always* grab fresh package root and package version objects. In order to save bandwidth on syncs after the first one, we should maintain a cache of url => etag and change the sync logic to bail if nothing's changed.
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → gaye
Reporter | ||
Updated•12 years ago
|
Assignee: gaye → nobody
Comment 1•7 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•