diff packages/redboot/current/ChangeLog @ 299:78a5b319acd3

From Jani Manoses: fix problem with HTTP and early close.
author gthomas
date Fri, 16 Aug 2002 23:59:46 +0000
parents 3e80ecaaa3f8
children eb332fa195ca
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,10 @@
+2002-08-16  Jani Monoses  <jani@iv.ro>
+
+	* src/io.c: Do not add empty lines to command history.
+	* src/net/http_client.c: Read all data when in CLOSE_WAIT
+	otherwise if the server closes quickly enough nothing is 
+	received.
+	
 2002-08-09  Andrew Lunn  <andrew.lunn@ascom.ch>
 	
 	* src/crc.c: Removed. Replaced with the CRC package.