Skip to content

Commit 85a7bc1

Browse files
zamzterzbuger
authored andcommitted
Fix typo in Python middleware example.
1 parent 36a8845 commit 85a7bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/middleware/echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def process_stdin():
5555
request_type_id = int(raw_metadata.split(b' ')[0])
5656
log('Request type: {}'.format({
5757
1: 'Request',
58-
2: 'Original Request',
58+
2: 'Original Response',
5959
3: 'Replayed Response'
6060
}[request_type_id]))
6161
log('===================================')

0 commit comments

Comments
 (0)