Skip to content

Commit

Permalink
Expose ASGI scope in connect environ (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korijn committed Sep 2, 2020
1 parent f371ad1 commit 3a58d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engineio/async_drivers/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ async def read(self, length=None):
'SERVER_PORT': '0',
'asgi.receive': receive,
'asgi.send': send,
'asgi.scope': scope,
}

for hdr_name, hdr_value in scope['headers']:
Expand Down

0 comments on commit 3a58d40

Please sign in to comment.