regression was introcude in patch e9d848651dd50d169a532d4428f47b0754e5ac9
Signed-off-by: Dietmar Maurer <[email protected]>
---
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 4360183..4988bf2 100644
--- a/PVE/APIClient/Commands/lxc.pm
+++ b/PVE/APIClient/Commands/lxc.pm
@@ -259,7 +259,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.11.0
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel