Skip to content

Commit c21c3ef

Browse files
committed
fix: Update file size in example response body metadata
1 parent 5a78175 commit c21c3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-definition.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ stages:
552552
- `Content-Length` header set to the size of the file, in bytes.
553553
- Response body set to the file contents.
554554
```
555-
HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 14\r\n\r\nHello, World!
555+
HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 13\r\n\r\nHello, World!
556556
```
557557
558558
#### Second request

0 commit comments

Comments
 (0)