Hi, folks, I have some questions about the ajp1.3 connector. Is there any other official document for ajp1.3 connector? This url ( http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html) seems lack of something.
In Send Body Chunk Packet, Is always there an extra zero byte with each packet chunk? Include the zero length chunk? I have developed a module for the AJP connection between Nginx and Tomcat( https://github.com/yaoweibin/nginx_ajp_module/tree/test_for_ferenc). But it seems there are some problems with the response body chunk Thanks.