Updated ChangeLog entry for new fix.

This commit is contained in:
Robert James Kaes 2000-03-28 16:44:38 +00:00
parent 46076808fb
commit 85a7ebdacb

View File

@ -1,8 +1,11 @@
2000-03-28 Robert James Kaes <rjkaes@flarenet.com> 2000-03-28 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (clientreq): Fixed a bug with the clientreq() * src/reqs.c (clientreq): Fixed a bug which would cause a SEGV if
function which would cause a SEGV if the scheme was NULL. The the scheme was NULL. The cause was the error logging code to
cause was the error logging code to report an invalid scheme. 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> 2000-03-12 Robert James Kaes <rjkaes@flarenet.com>