mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix typo
This commit is contained in:
committed by
Leonid Bugaev
parent
896dbe312a
commit
36a8845ffe
@@ -6,7 +6,7 @@ while data = STDIN.gets # continiously read line from STDIN
|
||||
|
||||
decoded = [data].pack("H*") # decode base64 encoded request
|
||||
|
||||
# dedoded value is raw HTTP payload, example:
|
||||
# decoded value is raw HTTP payload, example:
|
||||
#
|
||||
# POST /post HTTP/1.1
|
||||
# Content-Length: 7
|
||||
|
||||
Reference in New Issue
Block a user