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 C4E1B71043 for ; Mon, 17 May 2021 15:11:06 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C1BD62C248 for ; Mon, 17 May 2021 15:11:06 +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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 782952C23F for ; Mon, 17 May 2021 15:11:02 +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 4EC1D465BE for ; Mon, 17 May 2021 15:11:02 +0200 (CEST) From: Dominik Csapak To: pbs-devel@lists.proxmox.com Date: Mon, 17 May 2021 15:10:59 +0200 Message-Id: <20210517131101.23490-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.016 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 Subject: [pbs-devel] [PATCH proxmox 0/2] remove unnecessary websocket code X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 13:11:06 -0000 similar reasoning as for pve[0] but here we only have to consider xtermjs same rules for compat/client code applies, if we apply for 1.x we can drop the client protocol in 2.0 and compat in 3.0 else the client code in 3.0 and compat code in 4.0 we only have to make sure that we do that in lockstep with pve/pmg, since they share pve-xtermjs 0: https://lists.proxmox.com/pipermail/pve-devel/2021-May/048216.html Dominik Csapak (2): proxmox-http/websocket: remove code for 'text' frames proxmox-http/websocket: remove subprotocol handling proxmox-http/src/websocket/mod.rs | 39 ++++++++++++------------------- 1 file changed, 15 insertions(+), 24 deletions(-) -- 2.20.1