I'm developing a Nginx module of AJP proxy. There is a problem when
sending request body. The AJP/1.3 protocol said: "The first *Data*
packet is send immediately after the *Forward Request* by the web server."

In my module, I send a combined TCP packet with Forward Request packet
and Data packet, and wait for tomcat's reply. But tomcat don't reply any
more, until Nginx close its connection with tomcat.

I noticed that in apache's mod_ajp_proxy module, the Forward Request
packet is sent first and then the Data packet. The tomcat works fine.

-- 
Weibin Yao


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to