diff options
author | Wolfy-J <[email protected]> | 2018-01-28 18:31:12 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 18:31:12 +0300 |
commit | e7b1d96d1310dbdf413061bed49521ef9bf35374 (patch) | |
tree | 917e88f163abccfe14548a40f7a02b9a359d263a /payload.go | |
parent | 2756e6c92a89fa1fc09466889670811855ee0429 (diff) |
Context
Diffstat (limited to 'payload.go')
-rw-r--r-- | payload.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ package roadrunner // Payload carries binary header and body to workers and // back to the server. type Payload struct { - // Head represent payload context, might be omitted - Head []byte + // Context represent payload context, might be omitted + Context []byte // Body contains binary payload to be processed by worker Body []byte |