This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix to problem where CGI can lose the filehandle during an upload.
authorSteve Peters <steve@fisharerojo.org>
Thu, 17 Aug 2006 15:28:36 +0000 (15:28 +0000)
committerSteve Peters <steve@fisharerojo.org>
Thu, 17 Aug 2006 15:28:36 +0000 (15:28 +0000)
commitc68480ca39f58e0c7bce1d278886ddf251baa5f7
treecdc80a7b599b87cd8ccb7905ee38505746ef2042
parent063df69cb51d4f97ff5708b58e83b514bdd27cb7
Fix to problem where CGI can lose the filehandle during an upload.
Patch posted to the Debian bug list by Eric Wong
<eric@petta-tech.com>.

p4raw-id: //depot/perl@28732
lib/CGI.pm