ok2c commented on PR #442:
URL:
https://github.com/apache/httpcomponents-core/pull/442#issuecomment-1823071011
@kkewwei I just discovered that the test case you have submitted was failing
on Win11 with JRE 11.0.20.
I removed your commit from `master`. If you have access to Win11 please
re-test your PR and re-submit it against the 5.3.x branch
```
java.lang.UnsupportedOperationException: 'TCP_KEEPIDLE' not supported
at
java.base/sun.nio.ch.SocketChannelImpl.setOption(SocketChannelImpl.java:215)
at
org.apache.hc.core5.reactor.SingleCoreIOReactor.setExtendedSocketOption(SingleCoreIOReactor.java:313)
at
org.apache.hc.core5.reactor.TestSingleCoreIOReactor.testSetExtendedSocketOption(TestSingleCoreIOReactor.java:54)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
...
```
```
$ mvn --version
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: C:\Opt\Git\opt\maven
Java version: 11.0.20.1, vendor: Amazon.com Inc., runtime:
C:\Opt\Git\opt\java-11
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]