From: K. G. <kim...@gm...> - 2008-09-05 07:13:22
|
Hi all, Attached is a patch based on http_integration rev. 84, that fixes cgi_server.py not to strip out CRs. I've overridden the code that opens the file on the server-side not to open as text for content-types beginning with "text/" -- it just always opens as binary, which makes more sense to me, since all it does with the content is to stream it out to the client. This should neatly solve the whole CRLF debacle :) Cheers, - Kim |