diff --git a/course-definition.yml b/course-definition.yml index 1efa96d..2408d70 100644 --- a/course-definition.yml +++ b/course-definition.yml @@ -552,7 +552,7 @@ stages: - `Content-Length` header set to the size of the file, in bytes. - Response body set to the file contents. ``` - 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! ``` #### Second request