bump to reactor-netty 0.6.1

This commit is contained in:
Spencer Gibb
2017-02-16 09:17:17 -07:00
parent d776617dbc
commit ed4435018c
2 changed files with 7 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ public class GatewayAutoConfiguration {
public HttpClient httpClient() {
return HttpClient.create(opts -> {
//opts.poolResources(PoolResources.elastic("proxy"));
opts.disablePool(); //TODO: why do I need this again?
//opts.disablePool(); //TODO: why do I need this again?
});
}