0 Replies Latest reply on Nov 3, 2009 1:11 PM by graeme1971

    HTTP11AprProtocol/HTTPEventServlet and corrupt data...

      Hi,

      Please forgive my first post if it is inappropriate.

      Using JBoss 5.10 GA out of the box in an Ubuntu 8 server environment and have implemented an HTTPEventServlet to push data to clients under certain situations (comet).

      When the data (text/xml) gets to around 12kb in length I am seeing (sniffing TCP/IP packets) that for some reason certain packets of data are being repeated - hence the client receives the right amount of data for the content-length in the response header, but repeated data. There seems to be some corruption of data going on in a low level layer at the streaming level in the HTTPEventServlet or APR connector.

      Chunked encoding yields the same result.

      I can't seem to find any reference to a bug such as this so I wondered if anyone can point me in the right direction.

      Many thanks, Graeme.