From 8bc5a2731b16c5d6150350d925cc82d18e1aea6e Mon Sep 17 00:00:00 2001 From: zhangl Date: Tue, 12 Nov 2019 16:06:10 -0500 Subject: [PATCH] Issue1318 - Embedded ESS component has a persistent HTTP connection with the CSS --- core/communications/httpCommunication.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/communications/httpCommunication.go b/core/communications/httpCommunication.go index 817bb33..6746f65 100644 --- a/core/communications/httpCommunication.go +++ b/core/communications/httpCommunication.go @@ -548,6 +548,7 @@ func (communication *HTTP) Poll() bool { return false } security.AddIdentityToSPIRequest(request, urlString) + request.Close = true response, err := communication.requestWrapper.do(request) if err != nil {