removed wrong CONNECTION close header

This commit is contained in:
YevhenBondarenko 2024-09-10 13:15:28 +02:00
parent 40161ab69e
commit 7ad4a7b3ff

View File

@ -132,7 +132,6 @@ public class TbHttpClient {
this.webClient = WebClient.builder()
.clientConnector(new ReactorClientHttpConnector(httpClient))
.defaultHeader(HttpHeaders.CONNECTION, "close") //In previous realization this header was present! (Added for hotfix "Connection reset")
.build();
} catch (SSLException e) {
throw new TbNodeException(e);