Mark Webb wrote:
I am seeing the same error with wget as well.  I think I have narrowed
down the problem.  In the class HttpRequestLineDecodingState line 67
you have an IoBuffer that represents the request.  There is then the
following line of code:

HttpMethod method = HttpMethod.valueOf(product.getString(asciiDecoder));
It's slightly more complex... AsyncWeb is using a system which split the IoBuffer in many small IoBuffers, in this case using the 0x20 as a separator. So the product.getString() method should work on an IoBuffer containing only '47 45 54' (ie, GET). If it's not, then there is something wrong somewhere else.

Do you have a starting point where we can start debugging your issue ?


--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to