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 for callback being a global variable #1

Merged
merged 1 commit into from Jul 16, 2011
Merged

Conversation

celer
Copy link

@celer celer commented Jul 14, 2011

Hi, while attempting to use easyrss we saw an odd behavior while attempting to make 3 simultaneous requests for RSS feeds from URLs, the callback for the last request made was called for all three requests. Apparently easyrss was using a global variable to hold the callback. We have fixed this and tested it, so now a number of simultaneous requests will work correctly.

drudge pushed a commit that referenced this pull request Jul 16, 2011
Fix for callback being a global variable
@drudge drudge merged commit a0b1c3f into drudge:master Jul 16, 2011
@drudge
Copy link
Owner

drudge commented Jul 16, 2011

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants