Skip Menu |

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

Report information
The Basics
Id: 9488
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: todd [...] chaka.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.00_01
Fixed in: (no value)



Subject: build_cgi_env bug
Jesse, These lines in HTTP::Server::Simple cause environment variables to grow with each request processed. I'm not sure what purpose the concatenation is supposed to server. if ( $ENV{$tag} ) { $ENV{$tag} .= "; $val"; } -Todd
Date: Fri, 7 Jan 2005 00:41:21 -0500
From: jesse <jesse [...] fsck.com>
To: Guest via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #9488] build_cgi_env bug
RT-Send-Cc:
Show quoted text
> These lines in HTTP::Server::Simple cause environment variables to grow with each request processed. I'm not sure what purpose the concatenation is supposed to server.
Among other things, building up cookie variables from headers. But as of tonight's release, the env gets cleaned on each http hit so this shouldn't be an issue.