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.
|
Write the response.
|
||||||
"""
|
"""
|
||||||
headers = []
|
headers = []
|
||||||
cookies = dict()
|
cookies = {}
|
||||||
try:
|
try:
|
||||||
cookies = {
|
cookies = {
|
||||||
v.key: v
|
v.key: v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user