Resolve test suite

This commit is contained in:
Adam Hopkins
2021-02-15 13:45:29 +02:00
parent e91b3d40a2
commit 6057da71f3
5 changed files with 9 additions and 5 deletions

View File

@@ -520,6 +520,7 @@ class Sanic(BaseSanic):
ignore_body,
) = self.router.get(request)
request.name = name
request._match_info = kwargs
if request.stream.request_body and not ignore_body:
if self.router.is_stream_handler(request):