HTTP protocol fails with "Unsupported HTTP version" exception
-------------------------------------------------------------
Key: DIRMINA-492
URL: https://issues.apache.org/jira/browse/DIRMINA-492
Project: MINA
Issue Type: Bug
Components: Protocol - HTTP
Affects Versions: 2.0.0-M1
Environment: JDK 1.6.0 update 3
test server : Apache 2.2.4 using MPM workers on openSUSE 10.3
test url : http://<server>/gif/l_arrow.gif
Reporter: luc willems
when running load test using mina/Http protocol
i got Decoder exceptions during "medium/high load" when using 5 thread.
2007-12-07
12:43:35,997|pool-3-thread-8|ERROR|HTTPTestCase.exceptionCaught(49)|error:
org.apache.mina.filter.codec.http.HttpRequestDecoderException: Unsupported HTTP
version: 9-95-ea36a8c0" (Hexdump: 0A 41 63 63 65 70 74 2D 52 61
the "9-95-ea36A8c0" belongs to the ETag header which is the 5 header in the
response.
i checked the traffic using wireshark and noticed that:
- HTTP request/response seem to be ok (all 200 OK)
- 3 to 5 HTTP request where send before first response
- multible responses would follow each other.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.