From bf6500538ebec2137491fd33d7851bc77b4c4d55 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 23 Dec 2023 02:59:57 -0500 Subject: [PATCH] Work around extra illegal bytes after (mut stream: S, cl if !proceed_sent { bail!("stream ended before open"); } - ::combine(in_rd.0, in_wr)? + let mut stream = ::combine(in_rd.0, in_wr)?; + // though https://datatracker.ietf.org/doc/html/rfc6120#section-5.3.3 says that no data, not even whitespace, should be sent after