removed wrong CONNECTION close header
This commit is contained in:
parent
40161ab69e
commit
7ad4a7b3ff
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user