SVN: r20447 - trunk/quixote
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 27 Jan 2003 09:52:45 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: akuchlin Date: 2003-01-27 09:52:44 -0500 (Mon, 27 Jan 2003) New Revision: 20447 Modified: trunk/quixote/CHANGES Log: Add item Modified: trunk/quixote/CHANGES ============================================================================== --- trunk/quixote/CHANGES (original) +++ trunk/quixote/CHANGES 2003-01-27 09:52:45.000000000 -0500 @@ -18,6 +18,9 @@ * Add a page to the demo that dumps the contents of the HTTPRequest. + * Write out HTTP upload data in binary mode, so binary content-types + work correctly on Windows. (Graham Fawcett) + 0.6b1 (9 Jan 2003):