summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-31 22:55:22 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-31 22:55:22 +0000
commitd0a05357a1f6d15179f0d1d7d1da8b674f7f8034 (patch)
tree019e4ce0f62279bb3973936178d8bbc14468488a /ChangeLog
parent770c71969eb5307bd540e871111be94af727939d (diff)
downloadtinyproxy-d0a05357a1f6d15179f0d1d7d1da8b674f7f8034.tar.gz
tinyproxy-d0a05357a1f6d15179f0d1d7d1da8b674f7f8034.zip
Fixed a bug with the path in clientreq. If the path was empty it caused a
malformed request to be sent.
Diffstat (limited to '')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96deb2d..5edac72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/reqs.c (clientreq): Removed the hack for POST methods with
regard to anonymous access.
+ (clientreq): fixed a bug with the request line. If the PATH was
+ empty, it would send an malformed request to the server. This is
+ checked now and if the path is empty, a "/" is used instread.
* src/config.h (SOCK_TIMEOUT): Increased the time out to 10
seconds.