summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-15 04:17:17 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-15 04:17:17 +0000
commit17ea28ccc6210b916c828240e47b1b4a9c4e3f7c (patch)
tree49ac9c04c604b1d7f5bf707122c008cfa1d96a97
parent4b7de2299951cd13084305910d16939cd73ac817 (diff)
downloadtinyproxy-17ea28ccc6210b916c828240e47b1b4a9c4e3f7c.tar.gz
tinyproxy-17ea28ccc6210b916c828240e47b1b4a9c4e3f7c.zip
Changes for chomp(), read_request_line(), and readline()
Diffstat (limited to '')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39ef0fa..56493ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-04-14 Robert James Kaes <rjkaes@flarenet.com>
+ * src/utils.c (chomp): Added an assert to detect a design error.
+
+ * src/reqs.c (read_request_line): Fixed the return type to be an
+ unsigned variable, so that we preserve a negative return value
+ upon an error.
+
+ * src/sock.c (readline): Added a test for allocating enough memory
+ for the whole_buffer.
+
* src/conns.h: Replaced the error boolean with a pointer to an
error string and error number for use in the
send_http_error_message() function.