From 1db154464e03e9561cb8fdb7b25d7f2c5ed8de84 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 18 Apr 2002 21:53:33 +0000 Subject: Removed the call to inet_aton() since the gethostbyname() function handles the dotted-decimal case itself. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c0d6d4..678fa96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes + * src/sock.c (lookup_domain): Removed the call to inet_aton() + since the gethostbyname() will handle the dotted-decimal case + anyway. + * src/reqs.c: Added a new show_stats field in the conn_s structure so that we will process the client's headers properly before trying to send a HTTP response back. -- cgit v1.2.3