This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push: new f88fa013d Remove outdated comment. f88fa013d is described below commit f88fa013df30aba7969abba87d4a69b9046193a6 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sat May 28 00:05:43 2022 +0200 Remove outdated comment. --- native/common/jk_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/common/jk_service.h b/native/common/jk_service.h index b8267150f..614d1c5a5 100644 --- a/native/common/jk_service.h +++ b/native/common/jk_service.h @@ -114,7 +114,7 @@ typedef struct svc_extension svc_extension_t; * container. Contains the basic information about the request * (e.g. protocol, req_uri, etc), and also contains a series of methods * which provide access to core web server functionality (start_response, - * read, write). This class might be more accurately called ws_request. + * read, write). * * As with all the core jk classes, this is essentially an abstract base * class which is implemented/extended by classes which are specific to a --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org