You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2022/06/23 18:07:12 UTC

[tomcat-connectors] branch main updated: Remove outdated comment.

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 b91104248 Remove outdated comment.
b91104248 is described below

commit b911042488bc135a86def678c8f597087fd3bb26
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Thu Jun 23 20:07:02 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 14cdea283..c7f59135e 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org