Hi, I am working on mod_proxy module for Apache 2.2.8. My client is sending 5 HTTP messages to Apache. It is expected that the Apache will forward those messages to actual server. But, Apache just forwards the first message. Here is the message printed on server console: POST / HTTP/1.1
Host: 192.168.56.17:9802 X-Forwarded-For: 192.168.56.17 X-Forwarded-Server: www.pavan.com Connection: Keep-Alive Content-Length: 329 -----------------------------fvn0gnrookl DataRecord===com.fxall.ems.infra.EMSDataRecord{USER_ID=<s>Anand,EVENT_ID =<i>1000}=== Content-Type: text/plain -----------------------------fvn0gnrookl-- POST / HTTP/1.0 Content-type: text/plain; boundary=---------------------------xagueiifv29 Content-length: 329 ------------- Can you please tell me how I can receive all 5 messages to server console? regards, Anand