Hi,
I failed with this on windows with branch 2.4.x, in a handle hook,
apr_os_thread_t t = apr_os_thread_current();
apr_os_thread_t *t1;
apr_os_thread_get(&t1, r->connection->current_thread);
printf("EQUALS %d\n",apr_os_thread_equal(t,t1));I think t and t1 must be equal, But it Not. I think this is a bug, Is this?
