We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dab0a commit 7054501Copy full SHA for 7054501
course-definition.yml
@@ -825,8 +825,8 @@ stages:
825
Content-Type: text/plain
826
Content-Length: 23
827
828
- 1F 8B 08 00 00 00 00 00 // Hexadecimal representation of the response body
829
- 00 03 4B 4C 4A 06 00 C2
+ 1F 8B 08 00 00 00 00 00 // This is just showing the response body as hex.
+ 00 03 4B 4C 4A 06 00 C2 // It should actually be sent as binary data.
830
41 24 35 03 00 00 00
831
```
832
0 commit comments