From 312c8c9eff704f24fa7d8ae26b2040586bbb6418 Mon Sep 17 00:00:00 2001
From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Sun, 29 Mar 2020 16:06:45 +0200
Subject: [PATCH] fix typo

---
 web/Obj/transports.phh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/web/Obj/transports.phh b/web/Obj/transports.phh
index fcc5c6d..0cc5f54 100644
--- a/web/Obj/transports.phh
+++ b/web/Obj/transports.phh
@@ -99,8 +99,6 @@ class Transport_websocket {
         $this->headerSecWebSocketProtocolRequired   = false;
         $this->headerSecWebSocketExtensionsRequired = false;
 
-        $this->handlingPartialPacket = false;
-
         $this->sendingContinuous = false;
 
         $this->handlingPartialPacket = false;
-- 
2.17.1