On Mon, Jul 20, 2015 at 3:59 PM, Nicolau Werneck <[email protected]> wrote: > It is unfortunate that I missed my error logs, but I'm glad you guys are > taking a look at this! > > I confirmed that removing the Host header with curl just gives a 400, so it > can't but just this. I was using 1.0-RC4, so maybe it was related to #17992?
Yes, it seems both you and Adam suffered from #18044 which means that HTTP/1.0 requests without a Host header failed noisily. But you were probably additionally affected by #17992 which (dependently of #18044 or not) unbound the server for some error conditions. Johannes -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
