Joe Orton

Results 51 comments of Joe Orton

I've moved this issue, to track an improved error message in the `cadaver` repo.

Thanks for the PR. This looks like a good idea but I think it should be done with a plain `AC_DEFINE(HAVE_xxx)` rather than putting something in `apr.h` which becomes part...

Thank you for sending in the PR but I think this is already addressed by dee1eb37d787d34cb37df7eab535240e1774293a on trunk, can you confirm that also fixes this issue for you?

dee1eb37d787d34cb37df7eab535240e1774293a definitely affects the OpenSSL 3.0+ code path as well as the pre-3.0 code path. I am still not sure what your patch here fixes. Can you explain why using...

I would really like to fix this if there is an outstanding issue here. Can you confirm whether you see this issue in 2.4.61?

Per https://bz.apache.org/bugzilla/show_bug.cgi?id=69045 closing since I believe this is resolved via dee1eb37d787d34cb37df7eab535240e1774293a

We will be dropping Redis from c10s soon, we need to plan for a Valkey container instead. https://issues.redhat.com/browse/RHEL-29939

- The `redis` package will be gone from the compose hopefully in the next week (we were blocked by one dependency). So I'm not sure it's worth the effort trying...

No, but it's a reasonable request. I've created #164 to track this as an issue. I think an API like the following would work. ``` #define NE_SSL_VERS_ANY (0) #define NE_SSL_VERS_TLS1_0...

Tomas, if you do: ``` svn co https://svn.apache.org/repos/asf/httpd/test/framework/ test/framework ./configure --with-test-suite=test/framework ``` you can then run the test suite just by doing "make check". However there are not many tests...