Skip to content

Commit 44add3b

Browse files
authored
Merge pull request #125 from codecrafters-io/andy/tweak
CC-1509: Improve instructions [HTTP #cr8 - Gzip compression]
2 parents 52dab0a + 090f1c2 commit 44add3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ stages:
825825
Content-Type: text/plain
826826
Content-Length: 23
827827
828-
1F 8B 08 00 00 00 00 00 // Hexadecimal representation of the response body
829-
00 03 4B 4C 4A 06 00 C2
828+
1F 8B 08 00 00 00 00 00 // This is the hexadecimal representation of the body.
829+
00 03 4B 4C 4A 06 00 C2 // It should actually be sent as binary data.
830830
41 24 35 03 00 00 00
831831
```
832832

0 commit comments

Comments
 (0)