mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Remove trailing space from dictionary
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ def stream_random_bytes(n):
|
||||
yield(bytes(chunks))
|
||||
|
||||
headers = {'Transfer-Encoding': 'chunked',
|
||||
'Content-Type': 'application/octet-stream' }
|
||||
'Content-Type': 'application/octet-stream'}
|
||||
|
||||
return Response(generate_bytes(), headers=headers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user