fix: GIT-1623: fix dict initalization for empty case

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana 2019-07-11 06:38:55 +05:30
parent 97f288a534
commit 23f2d33394
No known key found for this signature in database
GPG Key ID: 8AF211CB60D4B28C

View File

@ -288,7 +288,7 @@ class ASGIApp:
Write the response. Write the response.
""" """
headers = [] headers = []
cookies = dict() cookies = {}
try: try:
cookies = { cookies = {
v.key: v v.key: v