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

Increase server request_queue_size fixing bug in OS X/Chrome. #70

Merged
merged 1 commit into from Dec 29, 2012

Conversation

yesimon
Copy link
Contributor

@yesimon yesimon commented Dec 29, 2012

Referencing this bug: https://code.djangoproject.com/ticket/18336

http://code.google.com/p/chromium/issues/detail?id=105308

I'm not sure if this is the most appropriate place for this pull request but here's the argument for. This is a reproducable bug using OS X/Chrome combo when there are too many concurrent requests. To be honest, this is more of a bug in Chrome. However, it is marked as WontFix and probably won't be fixed with any hurry because no production server will have a low request_queue_size - indeed this is a problem only in local dev.

Django has been hesitant to patch this because 1. it is addressing a particular environment combo, and 2. that is pretty much a Chrome bug.

But seeing as devserver is more about being ahead of the curve, I thought this would be the best place in the short term while it takes a few months/years for the actual bug to be fixed.

dcramer added a commit that referenced this pull request Dec 29, 2012
Increase server request_queue_size fixing bug in OS X/Chrome.
@dcramer dcramer merged commit 51b42f0 into dcramer:master Dec 29, 2012
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.

None yet

2 participants