rakix

Results 3 comments of rakix

The text format of "play status" is fine, so I think it will work if we do the same for the JSON format. ```diff =================================================================== diff --git a/framework/src/play/plugins/PlayStatusPlugin.java b/framework/src/play/plugins/PlayStatusPlugin.java ---...

It might work if you fix framework/src/play/libs/ws/WSAsync.java Constructor ``` + if (Play.configuration.containsKey("http.clientMaxHeaderSize")){ + int clientMaxHeaderSize = Integer.valueOf(Play.configuration.getProperty("http.clientMaxHeaderSize")); + NettyAsyncHttpProviderConfig providerConfig = new NettyAsyncHttpProviderConfig(); + providerConfig.setHttpClientCodecMaxHeaderSize(clientMaxHeaderSize); + confBuilder.setAsyncHttpClientProviderConfig(providerConfig); + } ```

try application.conf # JVM options jvm.memory=-javaagent:path to lombok.jar I am using lombock and play1 ,in production