Skip to content

Commit

Permalink
Merge pull request #103 from hallyn/2020-02-27/lt
Browse files Browse the repository at this point in the history
add space after <
  • Loading branch information
vbatts authored Mar 2, 2020
2 parents 8fd41d1 + a5f23be commit a3a401e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ GET /v2/<name>/blobs/<digest>

Access to a layer will be gated by the `name` of the repository but is identified uniquely in the registry by `digest`.

This endpoint MAY issue a 307 (302 for <HTTP 1.1) redirect to another service for downloading the layer and clients SHOULD be prepared to handle redirects.
This endpoint MAY issue a 307 (302 for < HTTP 1.1) redirect to another service for downloading the layer and clients SHOULD be prepared to handle redirects.

This endpoint SHOULD support aggressive HTTP caching for image layers.
Support for Etags, modification dates and other cache control headers SHOULD be included.
Expand Down

0 comments on commit a3a401e

Please sign in to comment.