Sorry, I make a mistack.

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));
Tow different type data to comp, so it's will fail.

Reply via email to