https://bz.apache.org/bugzilla/show_bug.cgi?id=62751
--- Comment #1 from TaeKyung Suk <tkston...@gmail.com> --- jk_connect.c handles socket_connect_timeout value as milliseconds on Windows. <jk_connect.c> line 206, 207 tv.tv_sec = timeout / 1000; tv.tv_usec = (timeout % 1000) * 1000; -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org