1
0
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:
Milos Gajdos 2023-06-08 11:56:14 +01:00 committed by GitHub
commit 4501a6e06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -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{