Ticket #704 (defect)
Opened 1 year ago
Last modified 1 year ago
content-type in simple_response
Status: closed (fixed)
| Reported by: | chad@zetaweb.com | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
In wsgiserver/init.py, may I suggest adding a content-type of text/plain to simple_response? This makes debugging easier for scripts that don't otherwise produce text output (i.e., with URLs ending in .png).
Change History
07/10/07 01:09:08: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
- milestone set to 3.1.


Implemented in [1697].