Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
75b60f6b
Commit
75b60f6b
authored
Apr 17, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Readme: Fix description on injection process.
The injector does not seed the content, the client does.
parent
1c4fe643
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
75b60f6b
...
...
@@ -498,10 +498,11 @@ configuration tools:
- *Origin*: The client contacts the origin server directly via HTTP(S).
- *Proxy*: The client contacts the origin server through an HTTP proxy
(currently the configured injector).
- *Injector*: The client asks the injector to fetch the content from the
origin server and inject it into the distributed cache.
- *Cache*: The client attempts to retrieve the content from the
distributed cache.
- *Injector*: The client asks the injector to fetch and sign the content
from the origin server, then it starts seeding the signed content to
the distributed cache.
- *Distributed Cache*: The client attempts to retrieve the content from
the distributed cache.
Content retrieved via the Origin and Proxy mechanisms is considered
*private and not seeded* to the distributed cache. Content retrieved via
...
...
@@ -512,9 +513,9 @@ configuration tools:
hard-wired, customizable in the future) *request router configuration*.
For instance, if one points the browser to a web page which it is not yet
in the distributed cache, then the client shall forward the request to the
injector. On success, the injector will
(A) send the content back to
the
c
li
ent
and (B) seed
the c
ont
ent
to the cache. The client will also seed
the content (along with parts of the cache index)
.
injector. On success,
(A)
the injector will
fetch, sign and send
the
c
ont
ent
back to
the c
li
ent
and (B) the client will seed the content to the
cache
.
-
Other information about the cache index is shown next.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment