Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EventSource(sse) http headers #45

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

Vasfed
Copy link

@Vasfed Vasfed commented Mar 16, 2012

Faye intercepts http headers for websockets and eventsource thus sse transport is not http-compiliant.
This is fixed by re-sending the headers.

Also there're commits for rails 3.2 compatibility

@stevecrozz
Copy link

I am running into this problem with EventSource headers. If your request includes "Accept: text/event-stream" like the specification says you MAY do, and as Chrome does, the response returned has no headers. The response MUST include HTTP headers.

@lucasallan
Copy link
Collaborator

@Vasfed Could you rebase your branch? Thanks.

@ghost ghost assigned lucasallan Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants