From 48e35b780f9858d278f43889b510481c53e06350 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 8 Jun 2018 09:57:09 +0200 Subject: [PATCH] lxc enter: switch back to non-blocking mode regression was introcude in patch e9d848651dd50d169a532d4428f47b0754e5ac9 --- PVE/APIClient/Commands/lxc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm index 650b6b5..6c9603a 100644 --- a/PVE/APIClient/Commands/lxc.pm +++ b/PVE/APIClient/Commands/lxc.pm @@ -258,7 +258,7 @@ __PACKAGE__->register_method ({ # And set it to non-blocking so we can every char with IO::Select. STDIN->blocking(0); - $web_socket->blocking(1); + $web_socket->blocking(0); $read_select->add($web_socket); my $input_fh = \*STDIN; $read_select->add($input_fh); -- 2.39.2