You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/09/16 02:31:38 UTC

identitycheck is not multithread safe

There are static locals in rfc1413.c which make it unsafe for
multithreaded use.

Dean