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 01b16b90e Add request id to jk_ws_service_t
01b16b90e is described below
commit 01b16b90e407a48bdb3c7e2af7bde302c094df31
Author: Rainer Jung <[email protected]>
AuthorDate: Fri May 27 14:14:14 2022 +0200
Add request id to jk_ws_service_t
---
native/common/jk_service.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/native/common/jk_service.h b/native/common/jk_service.h
index 14cdea283..b8267150f 100644
--- a/native/common/jk_service.h
+++ b/native/common/jk_service.h
@@ -167,6 +167,7 @@ struct jk_ws_service
const char *remote_user;
const char *auth_type;
const char *query_string;
+ const char *request_id;
const char *server_name;
const char *local_addr;
unsigned server_port;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]