Skip to content

Commit 902c02a

Browse files
committed
1 parent 826de0a commit 902c02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ariadne/asgi/handlers/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ async def _ping(self, send: Send) -> None:
231231
await send(
232232
{
233233
"type": "http.response.body",
234-
"body": self.encode_event(GraphQLServerSentEvent(event="next")),
234+
"body": ":\n\n".encode(self.encoding),
235235
"more_body": True,
236236
}
237237
)

0 commit comments

Comments
 (0)