We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7438b8e commit d0015c9Copy full SHA for d0015c9
example/faq/health_check_server.py
@@ -6,7 +6,7 @@
6
7
def health_check(connection, request):
8
if request.path == "/healthz":
9
- return connection.respond(HTTPStatus.OK, b"OK\n")
+ return connection.respond(HTTPStatus.OK, "OK\n")
10
11
async def echo(websocket):
12
async for message in websocket:
0 commit comments