Charles-Francois Natali <neolo...@free.fr> added the comment: > Doesn't that only cache the first remote client it encounters, though? Maybe > a dictionary of caches?
A BaseHTTPRequestHandler is instantiated every time a client connects, so there should be only one client per handler, no (the cache is an attribute of the handler, not the server) ? ---------- Added file: http://bugs.python.org/file17081/base_http_server_fqdn_lag.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6085> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com