comparison packages/net/httpd/current/ChangeLog @ 1053:657f409c5dfe

* src/httpd.c: Fixed a problem with closing the client socket -- it was being done twice. Tidied up the formatting a little. * src/monitor.c: Fixed some compiler warnings.
author nickg
date Sat, 14 Jun 2003 18:04:55 +0000
parents 4ca8a5f30c03
children eeb14eae974b
comparison
equal deleted inserted replaced
1052:ee5b3444e088 1053:657f409c5dfe
1 2003-06-09 Nick Garnett <nickg@balti.calivar.com>
2
3 * src/httpd.c: Fixed a problem with closing the client socket --
4 it was being done twice.
5 Tidied up the formatting a little.
6
7 * src/monitor.c: Fixed some compiler warnings.
8
1 2003-05-11 Andrew Lunn <andrew.lunn@ascom.ch> 9 2003-05-11 Andrew Lunn <andrew.lunn@ascom.ch>
2 10
3 * src/monitor.c (cyg_monitor_network): Added IPv6 information to 11 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
4 the display of network information. 12 the display of network information.
5 * tests/httpd1.c: New file: Simple program to actually run the 13 * tests/httpd1.c: New file: Simple program to actually run the