ヘッダー付きのJSONをPlay Server 2.1.2 にPOSTする、 制御できないクライアントがあります。投稿の内容は実際には非常に短く、興味のあるデータが含まれています。Expect: 100-continue
コンソールに次のエラーが表示され続けます。
[error] play - Oops, unexpected message received in NettyServer (please report this problem): org.jboss.netty.handler.codec.http.DefaultHttpChunk@52ed100b
[error] play - Oops, unexpected message received in NettyServer (please report this problem): org.jboss.netty.handler.codec.http.HttpChunk$1@6acd73be
java.nio.channels.ClosedChannelException
私のコントローラーは非常に単純なメソッドで構成されています。
object TestController extends Controller {
def foo = Action {
Ok("bar")
}
}
Play の 2.1.x ブランチ (7 月 19 日) の head を使用しています。誰が何が起こっているのか教えてもらえますか?