Hi! I'm creating a Request object in every call so I have a class with __call__ method (the wsgi app) and in this function I always create the request object then I pass it to my code
Now I have noticed that the program is mixing request objects (I know it because I have monitored the id of it and the same call could use more that one) Is there a way to create this object so it will be exclusive for every call? I even don't understand how coud it be possible that. You could end up reading for instance request.path in two parts of your app with different content, isn't it? I'm loosing anything? Thanks! -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
