Re: [akka-user] Akka-HTTP, Error: "Sending an 2xx 'early' response before end of request was received"

2017-04-28 Thread Akka Team
Looks like you are doing the right thing there, consuming the entity before responding, could it be that the create methods throw an exception perhaps? That would lead to the request body not being consumed as far as I can see. -- Johan Akka Team On Thu, Feb 16, 2017 at 6:42 AM, Vasiliy Levykin

[akka-user] Akka-HTTP, Error: "Sending an 2xx 'early' response before end of request was received"

2017-02-15 Thread Vasiliy Levykin
Hello, Some time after upgrading to Akka-HTTP 10.0.3, these errors started appearing in rare cases, in as yet unknown circumstances. > Sending an 2xx 'early' response before end of request was received... > Note that the connection will be closed after this response. > Also, many clients wil