[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186760769 > What happens is the second request to the server causes the server to hang on the socket. I've found this bug for a long time, and not putting the wrapper in connections before

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186760554 > What happens is the second request to the server causes the server to hang on the socket. Inaddtion, this is a second bug. It is purely by chance that you encountered this bug. I've

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186747561 > Thank you for the reply. So it looks like if you are below Java 16, it uses APR, and if above Java16, it uses the Java APIs. I think there is a bug in APREndpoint, as my example is using

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-15 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1185322091 > Hey guys, My apologies to comment on a year-old PR, but I cannot get `unixDomainSocketPath` to work on Tomcat9 with the latest APR, Java11, Ubuntu 18.04. What happens is the second