Skip to content

Commit

Permalink
Merge pull request #88 from YummyBacon5/update-spec-link
Browse files Browse the repository at this point in the history
Update link to new spec
  • Loading branch information
sysid authored Jun 15, 2024
2 parents 4b1ec63 + 00e2cfd commit 42652a1
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 @@ -151,7 +151,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 42652a1

Please sign in to comment.