1
vote
5answers
53 views
error: can’t start new thread
Hello my friends.
I have a site that runs with follow configuration:
Django + mod-wsgi + apache
In one of user's request, I send another HTTP request to another service, and solve this by httplib …
0
votes
1answer
40 views
How to handle multiple Set-Cookie header in HTTP response
Hello! I'm trying to write simple proxy server for some purpose. In it I use httplib to access remote web-server. But there's one problem: web server returns TWO Set-Cookie headers in one response, …
0
votes
2answers
432 views
How to use cookielib with httplib in python?
In python, I'm using httplib because it "keep-alive" the http connection (as oppose to urllib(2)). Now, I want to use cookielib with httplib but they seem to hate each other!! (no way to interface …
