wai-eventsource: Minor typo.
This commit is contained in:
parent
c8abfa15e3
commit
e0462b294c
@ -54,7 +54,7 @@ repEventSource src = RepEventSource . ES.sourceToSource . src <$> prepareForEven
|
||||
|
||||
|
||||
-- | Return a Server-Sent Event stream given an @IO@ action that
|
||||
-- is repeatedly called. An state is threaded for the action so
|
||||
-- is repeatedly called. A state is threaded for the action so
|
||||
-- that it may avoid using @IORefs@. The @IO@ action may sleep
|
||||
-- or block while waiting for more data. The HTTP socket is
|
||||
-- flushed after every list of simultaneous events. The
|
||||
|
||||
Loading…
Reference in New Issue
Block a user