Compare commits

..

No commits in common. "d78c6658386228d7c6f5107c3f65a56e052bac33" and "adc5185227cf47ef70b88f1792e4fc4103bd956a" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ async def set_body(request: Request, body: bytes):
async def get_body(request: Request) -> bytes: async def get_body(request: Request) -> bytes:
body = await request.body() body = await request.body()
await set_body(request, body) await set_body(request,body)
return body return body