play1 icon indicating copy to clipboard operation
play1 copied to clipboard

IllegalStateException when sending http to https Socket

Open flybyray opened this issue 8 years ago • 0 comments

Method exceptionCaught in play.server.ssl.SslPlayHandler causes throw new IllegalStateException("cannot send more responses than requests") at org.jboss.netty.handler.codec.http.HttpContentEncoder.writeRequested(HttpContentEncoder.java:101)

With the new ssl-tests from #1159. call the 9000 port with http instead of https.

flybyray avatar Jul 18 '17 12:07 flybyray