Hi Richard,
On Sun, Jan 12, 2014 at 2:57 PM, Richard Grossman <
rich...@gmail.com> wrote:
> I'm debugging our application using typessafe console and we get a lot of
> this warning :
> A lot of "Explicitly set request header User-agent: Apache
> HttpClient/4.2.6(java 1.5) is ignored" illegal Raw Header
It seems you are creating a User-Agent header with
`RawHeader("User-Agent", ...)` which isn't allowed for a set of
particular headers, User-Agent belonging to that set. Try using either
`HttpHeaders.`User-Agent`(...)` instead of RawHeader or pass the
RawHeader into `HttpParser.parseHeader` to convert it into the other
form.
--
Johannes
-----------------------------------------------
Johannes Rudolph
http://virtual-void.net