git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@777576
13f79535-47bb-0310-9956-
ffa450edef68
}
/**
- * Process pipelined HTTP requests using the specified input and output
- * streams.
+ * Process pipelined HTTP requests on the specified socket.
*
- * @param input stream from which the HTTP requests will be read
- * @param output stream which will be used to output the HTTP
- * responses
+ * @param socket Socket from which the HTTP requests will be read
+ * and the HTTP responses will be written.
+ *
* @throws IOException error during an I/O operation
*/
public void process(Socket theSocket)