Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,8 @@ stages:
Content-Type: text/plain
Content-Length: 23

1F 8B 08 00 00 00 00 00 // Hexadecimal representation of the response body
00 03 4B 4C 4A 06 00 C2
1F 8B 08 00 00 00 00 00 // This is the hexadecimal representation of the body.
00 03 4B 4C 4A 06 00 C2 // It should actually be sent as binary data.
41 24 35 03 00 00 00
```

Expand Down
Loading