summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 21:53:33 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 21:53:33 +0000
commit1db154464e03e9561cb8fdb7b25d7f2c5ed8de84 (patch)
treeeeb357a66ea83b8cc05afaf5731efea592645b81 /ChangeLog
parent60f0a86c75ab6a34d38a6ffb402696127e9963e2 (diff)
downloadtinyproxy-1db154464e03e9561cb8fdb7b25d7f2c5ed8de84.tar.gz
tinyproxy-1db154464e03e9561cb8fdb7b25d7f2c5ed8de84.zip
Removed the call to inet_aton() since the gethostbyname() function handles
the dotted-decimal case itself.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c0d6d4..678fa96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-04-18 Robert James Kaes <rjkaes@flarenet.com>
+ * 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.