mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
Removes the `impl JsonPacketStream for TcpStream` that was supposed to be removed as part of servo/servo#43472 > Testing: [..] Removing the JsonPacketStream implementation for TcpStream should discourage regressions due to improper use of raw streams. Confirmed in https://github.com/servo/servo/pull/43472#issuecomment-4201684071 Testing: no new test needed as this only removes code Signed-off-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>