Skip to content

Commit

Permalink
Merge pull request #32 from LiilyZhang/zhangl/Issue1318
Browse files Browse the repository at this point in the history
Issue1318 - Embedded ESS component has a persistent HTTP connection w…
  • Loading branch information
dabooz authored Nov 12, 2019
2 parents 14eee8c + 8bc5a27 commit f2a8f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/communications/httpCommunication.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f2a8f24

Please sign in to comment.