We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a78175 commit c21c3efCopy full SHA for c21c3ef
course-definition.yml
@@ -552,7 +552,7 @@ stages:
552
- `Content-Length` header set to the size of the file, in bytes.
553
- Response body set to the file contents.
554
```
555
- HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 14\r\n\r\nHello, World!
+ HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 13\r\n\r\nHello, World!
556
557
558
#### Second request
0 commit comments