This commit is contained in:
Bodo Möller
2001-10-26 14:03:51 +00:00
parent e20788700c
commit 70bed0ca2d

View File

@@ -6,7 +6,7 @@
*) Disable caching in BIO_gethostbyname(), directly use gethostbyname()
instead. BIO_gethostbyname() does not know what timeouts are
appropriate, so entries would stay in cache even when they hade
appropriate, so entries would stay in cache even when they have
become invalid.
[Bodo Moeller; problem pointed out by Rich Salz <rsalz@zolera.com>