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

View File

@ -3393,7 +3393,7 @@ POST /v2/<name>/blobs/uploads/?digest=<digest>
Host: <registry host>
Authorization: <scheme> <token>
Content-Length: <length of blob>
Content-Type: application/octect-stream
Content-Type: application/octet-stream
<binary data>
```

View File

@ -987,7 +987,7 @@ var routeDescriptors = []RouteDescriptor{
},
},
Body: BodyDescriptor{
ContentType: "application/octect-stream",
ContentType: "application/octet-stream",
Format: "<binary data>",
},
Successes: []ResponseDescriptor{