Closed stalkerg closed 4 weeks ago
You don't have to use the connection.respond()
helper if you don't like it. You can build a Response object and return it.
The documentation of Connection.respond says "may call" — which implies that you don't have to.
Seems like new asyncio server process_request can't consume bytes, it's produce extra work.