From 0f3b45bc204cb38c449505903837015c17cd020a Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 1 Jul 2020 19:31:14 +0100 Subject: [PATCH] ss: h1: completed transaction needs to leave ss wsi intact for close --- lib/secure-streams/protocols/ss-h1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/secure-streams/protocols/ss-h1.c b/lib/secure-streams/protocols/ss-h1.c index aa6c71a22..f412a229a 100644 --- a/lib/secure-streams/protocols/ss-h1.c +++ b/lib/secure-streams/protocols/ss-h1.c @@ -459,7 +459,6 @@ malformed: if (lws_ss_event_helper(h, LWSSSCS_QOS_NACK_REMOTE)) break; - h->wsi = NULL; h->txn_ok = 1; //bad = status != 200;