summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-17 00:12:15 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-17 00:12:15 +0000
commit15a7581e30c5d2b1c1e374eb67560cec09f4b228 (patch)
treeba3146bcfeaa4b73666257db631e433ad3a8cadd /ChangeLog
parent9448787ff260abcd3b7bd5d6c932b8e43b738e8d (diff)
downloadtinyproxy-15a7581e30c5d2b1c1e374eb67560cec09f4b228.tar.gz
tinyproxy-15a7581e30c5d2b1c1e374eb67560cec09f4b228.zip
Updated the changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e08d28d..cde86f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
+2001-12-16 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/sock.c (safe_write): Add assert() calls to make sure the
+ arguments are sane.
+
+ * src/reqs.c (read_request_line): Ignore any blank lines if
+ tinyproxy is expecting a request line. This is suggested by
+ RFC2616 for a tolerant application.
+ (UPSTREAM_CONFIGURED): Added a macro to encapsulate the test for
+ upstream proxy support.
+ (establish_http_connection): Lines are now composed in a buffer
+ and then sent to the safe_write() function. This was done because
+ some sites (like www.heise.de) do not like having the the request
+ line sent in pieces.
+
2001-12-15 Robert James Kaes <rjkaes@flarenet.com>
* src/sock.c (safe_write): In addition to handling "interruption"
errors, continue sending the buffer until it has been fully sent
- or a fatal error occured.
+ or a fatal error occurred.
* src/anonymous.c: Removed the calls to the ternary tree and just
use a basic linked list. The ternary tree might have been slightly