]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
do not use AnyEvent::Strict in production environment
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Apr 2013 06:21:29 +0000 (08:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Apr 2013 06:21:29 +0000 (08:21 +0200)
PVE/HTTPServer.pm

index 84744526e1cc9ba4ecb69cc9ebd5694addc2887e..726d0556ab9520dc7ab2ebd366519a810f1a2a0c 100755 (executable)
@@ -9,7 +9,7 @@ use Fcntl;
 use IO::File;
 use File::stat qw();
 use Digest::MD5;
-use AnyEvent::Strict;
+# use AnyEvent::Strict; # only use this for debugging
 use AnyEvent::Util qw(guard fh_nonblocking WSAEWOULDBLOCK WSAEINPROGRESS);
 use AnyEvent::Handle;
 use AnyEvent::TLS;