fix: GIT-1623: fix dict initalization for empty case
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
97f288a534
commit
23f2d33394
|
@ -288,7 +288,7 @@ class ASGIApp:
|
|||
Write the response.
|
||||
"""
|
||||
headers = []
|
||||
cookies = dict()
|
||||
cookies = {}
|
||||
try:
|
||||
cookies = {
|
||||
v.key: v
|
||||
|
|
Loading…
Reference in New Issue
Block a user