This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author santoso.wijaya
Recipients aerodonkey, neologix, orsenthil, pitrou, santoso.wijaya
Date 2010-04-26.19:14:04
SpamBayes Score 0.0030593663
Marked as misclassified No
Message-id <1272309246.54.0.949216242909.issue6085@psf.upfronthosting.co.za>
In-reply-to
Content
Please correct my understanding if I am mistaken, but from skimming through the source code, it seems that a new BaseHTTPRequestHandler is instantiated per request. If a caching mechanism is to be adopted as per the patch, wouldn't it be forgotten when a new request from the same client arrives in the future?
History
Date User Action Args
2010-04-26 19:14:06santoso.wijayasetrecipients: + santoso.wijaya, orsenthil, pitrou, aerodonkey, neologix
2010-04-26 19:14:06santoso.wijayasetmessageid: <1272309246.54.0.949216242909.issue6085@psf.upfronthosting.co.za>
2010-04-26 19:14:04santoso.wijayalinkissue6085 messages
2010-04-26 19:14:04santoso.wijayacreate