Read a new packet from the web server and decode it. If it's a forwarded request, store its properties in the passed-in AjpRequest object.
@param req An empty (newly-recycled) request object.
@return 200 in case of a successful read of a forwarded request, 500if there were errors in the reading of the request, and -2 if the server is asking the container to shut itself down.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.