mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix typo in Python middleware example.
This commit is contained in:
committed by
Leonid Bugaev
parent
36a8845ffe
commit
85a7bc1e9a
@@ -55,7 +55,7 @@ def process_stdin():
|
||||
request_type_id = int(raw_metadata.split(b' ')[0])
|
||||
log('Request type: {}'.format({
|
||||
1: 'Request',
|
||||
2: 'Original Request',
|
||||
2: 'Original Response',
|
||||
3: 'Replayed Response'
|
||||
}[request_type_id]))
|
||||
log('===================================')
|
||||
|
||||
Reference in New Issue
Block a user