Re: R: Serving quixote through iis (while fixing a Quixote-WSGI bug)
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
Checked in now. Thanks, Daniele.
On Oct 6, 2005, at 3:04 PM, Daniele Varrazzo wrote:
> - headers.append(('Content-Length', length))
> + headers.append(('Content-Length', str(length)))