Yeah that's the one though please note that it can be separately configured for 
server (akka.http.[server].parsing.max-content-length),
full docs on it here: 
http://doc.akka.io/docs/akka/2.4.2/scala/http/common/http-model.html#limiting-message-entity-length

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Lightbend

On 14 March 2016 at 09:18:18, Marek Żebrowski (marek.zebrow...@gmail.com) wrote:

thanks!
I assume it is akka.http.parsing.max-content-length config

W dniu piątek, 11 marca 2016 15:44:15 UTC+1 użytkownik Akka Team napisał:
Hi Marek,

It is not the header that is null, the exception is thrown because there was a 
body that was to big. The reason you get null in the logs is that we have a 
descriptive toString but the exception message field is null so this is what 
you get in the logs.

I have added a ticket, https://github.com/akka/akka/issues/20013 (and a PR to 
fix this). Thanks for reporting!

--
Johan Andrén
Akka Team, Lightbend Inc.


--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to