Skip to content

Commit

Permalink
Update link to new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Jan 8, 2024
1 parent 8c1e090 commit 00e2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse_starlette/sse.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def ensure_bytes(data: Union[bytes, dict, ServerSentEvent, Any], sep: str) -> by

class EventSourceResponse(Response):
"""Implements the ServerSentEvent Protocol:
https://www.w3.org/TR/2009/WD-eventsource-20090421/
https://html.spec.whatwg.org/multipage/server-sent-events.html
Responses must not be compressed by middleware in order to work.
implementation based on Starlette StreamingResponse
Expand Down

0 comments on commit 00e2cfd

Please sign in to comment.