This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new bea6620 Align with 9.0.x
bea6620 is described below
commit bea6620716eb0e8df1829ad033855b9f51e6b8fb
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Feb 17 10:50:19 2022 +0000
Align with 9.0.x
---
java/org/apache/tomcat/util/net/SocketWrapperBase.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
index 00a4104..0898b4f 100644
--- a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
+++ b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
@@ -225,8 +225,8 @@ public abstract class SocketWrapperBase<E> {
}
- public void setKeepAliveLeft(int keepAliveLeft) { this.keepAliveLeft =
keepAliveLeft;}
- public int decrementKeepAlive() { return (--keepAliveLeft);}
+ public void setKeepAliveLeft(int keepAliveLeft) { this.keepAliveLeft =
keepAliveLeft; }
+ public int decrementKeepAlive() { return (--keepAliveLeft); }
public String getRemoteHost() {
if (remoteHost == null) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]