Hello Roberto,
it looks like upgrading to uWSGI 0.9.8.1 solved the issue.
Thanks for your help!
On Jun 27, 9:18 pm, Roberto De Ioris wrote:
> Il giorno 27/giu/2011, alle ore 22.07, mehdi ait oufkir ha scritto:
>
> > Roberto, I'm actually using uWSGI 0.9.6.5.
>
> > Can you tell me what is the is
Il giorno 27/giu/2011, alle ore 22.07, mehdi ait oufkir ha scritto:
> Roberto, I'm actually using uWSGI 0.9.6.5.
>
> Can you tell me what is the issue with the previous version. I can
> stop by on uwsgi IRC if you want to take the conversation off google's
> groups.
>
> -mehdi
Versions < 0.9.
(not sure if my previous message went through).
Roberto,
I'm using uWSGI 0.9.6.5. Can you tell me a bit more about the issue?
and why this is happening only with 1.3.
We can take the conversation of google group if you want. I can join
the #uwsgi irc.
Please let me know,
-mehdi
On Jun 26, 9:47
Roberto, I'm actually using uWSGI 0.9.6.5.
Can you tell me what is the issue with the previous version. I can
stop by on uwsgi IRC if you want to take the conversation off google's
groups.
-mehdi
On Jun 26, 9:47 pm, "Roberto De Ioris" wrote:
> > Roberto,
>
> > it is uWSGI, but can you explain a
> Roberto,
>
> it is uWSGI, but can you explain a bit more what the post-buffering
> would help me do?
> Would it help me debug with pdb?
> -mehdi
Before starting a pretty long and boring explanation, can you double check
if you are using the 0.9.8.1 version of uWSGI ? It should manage POST data
Roberto,
it is uWSGI, but can you explain a bit more what the post-buffering
would help me do?
Would it help me debug with pdb?
-mehdi
On Jun 25, 11:32 am, "Roberto De Ioris" wrote:
> > @Karen, I tried the patch, and it doesn't seem to help. Do you have
> > any ideas when is the1.3.X scheduled t
> @Karen, I tried the patch, and it doesn't seem to help. Do you have
> any ideas when is the 1.3.X scheduled to be released?
>
> @Bruno, using nginx + WSGI + DJANGO is the setup.
If you mean mod_wsgi for nginx, i am not able to help you, but if you mean
nginx + uWSGI, you will probably only need
@Karen, I tried the patch, and it doesn't seem to help. Do you have
any ideas when is the 1.3.X scheduled to be released?
@Bruno, using nginx + WSGI + DJANGO is the setup.
-mehdi
On Jun 25, 8:56 am, bruno desthuilliers
wrote:
> On Jun 25, 10:27 am, mehdi ait oufkir wrote:
>
> > Thanks for the
On Jun 25, 10:27 am, mehdi ait oufkir wrote:
> Thanks for the response Bruno.
>
> Your comment made me think I forgot to mention that the issue only
> happens in production when django is behind nginx.
Duh...
> I'm not sure how to run pdb in this context.
Don't know if you can (no experience wi
On Sat, Jun 25, 2011 at 4:27 AM, mehdi ait oufkir wrote:
> Thanks for the response Bruno.
>
> Your comment made me think I forgot to mention that the issue only
> happens in production when django is behind nginx.
> I'm not sure how to run pdb in this context.
> Any ideas where else to look?
>
I'
Thanks for the response Bruno.
Your comment made me think I forgot to mention that the issue only
happens in production when django is behind nginx.
I'm not sure how to run pdb in this context.
Any ideas where else to look?
-mehdi
On Jun 24, 11:37 am, bruno desthuilliers
wrote:
> On Jun 24, 7:19
On Jun 24, 7:19 pm, mehdi ait oufkir wrote:
>
> def cleanup_request(request):
> """
> Removes `oauth_` keys from various dicts on the
> request object, and returns the sanitized version.
> """
> for method_type in ('GET', 'PUT', 'POST', 'DELETE'):
Sorry for the typo, in the previous post.
here is the full method (in comes from piston's code).
def cleanup_request(request):
"""
Removes `oauth_` keys from various dicts on the
request object, and returns the sanitized version.
"""
for method_type in (
On Jun 24, 2011, at 2:40 AM, mehdi ait oufkir wrote:
> block = getattr(request, POST, { })
shouldn’t it be:
block = getattr(request, ‘POST', { }) ?
What are you trying to do? Can you post the rest of the view function?
--
You received this message because you are subscribed to the Google
Hello,
I recently upgraded to django 1.3 and POST request with empty body
seem to timeout.
This call :
block = getattr(request, POST, { })
seems to never return, when the request is POST request with an empty
body.
Let me know if you think you know what's going on.
Thanks!
--
You received
15 matches
Mail list logo