From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5EAC5712B9 for ; Tue, 18 May 2021 10:33:45 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4D69ECC59 for ; Tue, 18 May 2021 10:33:15 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 80809CC4D for ; Tue, 18 May 2021 10:33:14 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 240CB465B5 for ; Tue, 18 May 2021 10:33:14 +0200 (CEST) Date: Tue, 18 May 2021 10:33:07 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <20210517130735.17568-1-d.csapak@proxmox.com> In-Reply-To: <20210517130735.17568-1-d.csapak@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1621326205.wzqjbjqdsh.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.011 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com, anyevent.pm] Subject: [pve-devel] applied-series: [PATCH http-server 0/2] remove unnecessary websocket code X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 08:33:45 -0000 to stable-6 and master On May 17, 2021 3:07 pm, Dominik Csapak wrote: > we do not need/want any websocket subprotocol handling, nor do > we need 'base64' encoding/decoding, so drop it >=20 > we can drop the protocols in the clients (novnc/xtermjs) with > the next major release after this is released, else the cluster console > will not work. the compatibility code here can then be dropped one major > release after >=20 > so if we opt to apply it now for 6.4 still, we may get away with > dropping the client protocol for 7.x, and the compat code with 8.0 >=20 > else we have to wait for 8.0 to drop the client code, and 9.0 > for the compat code >=20 > Dominik Csapak (2): > AnyEvent/websocket_proxy: remove 'base64' handling > AnyEvent/websocket_proxy: drop handling of websocket subprotocols >=20 > src/PVE/APIServer/AnyEvent.pm | 34 +++++++--------------------------- > 1 file changed, 7 insertions(+), 27 deletions(-) >=20 > --=20 > 2.20.1 >=20 >=20 >=20 > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel >=20 >=20 >=20 =