Ignore writing headers when in ASGI mode (#1957)

* Ignore writing headers when in ASGI mode for streaming responses

* Move asgi set on streaming until after response type check

* Adds multidict==5.0.0 to pass tests

* Bump version to 20.9.1
This commit is contained in:
Adam Hopkins
2020-10-25 15:01:53 +02:00
committed by GitHub
parent 9e048bc0c3
commit e5aed4c067
5 changed files with 36 additions and 12 deletions

View File

@@ -1 +1 @@
__version__ = "20.9.0"
__version__ = "20.9.1"