From a11973c72d2d2e3fb3943fd21dcbc7668ccf499f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 4 Jan 2012 16:26:05 +0100 Subject: [PATCH] Debugcode. --- SL/Request.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/SL/Request.pm b/SL/Request.pm index 0045b1928..cef5c1468 100644 --- a/SL/Request.pm +++ b/SL/Request.pm @@ -199,9 +199,6 @@ sub read_cgi_input { if ($ENV{CONTENT_LENGTH}) { my $content; read STDIN, $content, $ENV{CONTENT_LENGTH}; - open my $fh, '>:raw', '/tmp/blubb.bin' or die; - print $fh $content; - close $fh; if ($ENV{'CONTENT_TYPE'} && $ENV{'CONTENT_TYPE'} =~ /multipart\/form-data/) { # multipart formdata can bring it's own encoding, so give it both # and let ti decide on it's own -- 2.20.1