mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Merge pull request #3939 from 7flying/content-type-octet-stream
Fix Content type octet stream typos
This commit is contained in:
commit
4501a6e06d
@ -3393,7 +3393,7 @@ POST /v2/<name>/blobs/uploads/?digest=<digest>
|
|||||||
Host: <registry host>
|
Host: <registry host>
|
||||||
Authorization: <scheme> <token>
|
Authorization: <scheme> <token>
|
||||||
Content-Length: <length of blob>
|
Content-Length: <length of blob>
|
||||||
Content-Type: application/octect-stream
|
Content-Type: application/octet-stream
|
||||||
|
|
||||||
<binary data>
|
<binary data>
|
||||||
```
|
```
|
||||||
|
@ -987,7 +987,7 @@ var routeDescriptors = []RouteDescriptor{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Body: BodyDescriptor{
|
Body: BodyDescriptor{
|
||||||
ContentType: "application/octect-stream",
|
ContentType: "application/octet-stream",
|
||||||
Format: "<binary data>",
|
Format: "<binary data>",
|
||||||
},
|
},
|
||||||
Successes: []ResponseDescriptor{
|
Successes: []ResponseDescriptor{
|
||||||
|
Loading…
Reference in New Issue
Block a user