diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ 2000-03-28 Robert James Kaes <rjkaes@flarenet.com> - * src/reqs.c (clientreq): Fixed a bug with the clientreq() - function which would cause a SEGV if the scheme was NULL. The - cause was the error logging code to report an invalid scheme. + * src/reqs.c (clientreq): Fixed a bug which would cause a SEGV if + the scheme was NULL. The cause was the error logging code to + report an invalid scheme. + (clientreq): Fixed another bug with the uri->authority. If a + request in the form of http:\\www.somewhere.com/ was entered, + tinyproxy would SEGV. 2000-03-12 Robert James Kaes <rjkaes@flarenet.com> |