Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Starman CPAN distribution.

Report information
The Basics
Id: 73198
Status: rejected
Priority: 0/
Queue: Starman

People
Owner: Nobody in particular
Requestors: GRAF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.1000
  • 0.1001
  • 0.1002
  • 0.1003
  • 0.1004
  • 0.1005
  • 0.1006
  • 0.1007
  • 0.2000
  • 0.2001
  • 0.2002
  • 0.2003
  • 0.2004
  • 0.2005
  • 0.2006
  • 0.2007
  • 0.2008
  • 0.2008_1
  • 0.2008_2
  • 0.2009
  • 0.2010
  • 0.2011
  • 0.2012
  • 0.2013
  • 0.2014
  • 0.29_90
Fixed in: (no value)



Subject: Starman chunks an already chunked response
If the header lines do not contain any Content-Length, (for HTTP/1.1) Starman::Server::_finalize_response() chunks the response, no matter if the response is already chunked. Starman should also consider the "Transfer-Encoding: chunked" header, and if that exists must not modify the output.