Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 90042
Status: new
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: daniel [...] ruoso.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net::Server::HTTP incorrectly assumes content type to be HTML
Date: Mon, 4 Nov 2013 11:22:57 -0500
To: bug-Net-Server [...] rt.cpan.org
From: Daniel Ruoso <daniel [...] ruoso.com>
Method send_status incorrectly hard codes the content type of the response to be text/html. The content type should probably be received as an argument, or inspected from response_headers. Daniel