You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Peer Service needs to be reimplemented after the Peerer Middleware has been implemented with all its features.
Implement a way to download a beacon entry from a remote peer
Implement a way to download a cache entry from a remote peer
Implement a way to download a host entry from a remote peer
Implement a way to download a policy entry from a remote peer
Implement a way to download a redirect entry from a remote peer
Maybe above features can be solved with a synchronization approach that acts per-URL or per-domain?
Per Domain would probably be easier, because per-URL requires all HTML parsers and Asset-based APIs to work; otherwise there will be errors with downloaded media files, stylesheets and other linked content.
The text was updated successfully, but these errors were encountered:
The Peer Service needs to be reimplemented after the Peerer Middleware has been implemented with all its features.
beacon
entry from a remote peercache
entry from a remote peerhost
entry from a remote peerpolicy
entry from a remote peerredirect
entry from a remote peerMaybe above features can be solved with a synchronization approach that acts
per-URL
orper-domain
?Per Domain would probably be easier, because per-URL requires all HTML parsers and Asset-based APIs to work; otherwise there will be errors with downloaded media files, stylesheets and other linked content.
The text was updated successfully, but these errors were encountered: