Mercurial > ecos
diff 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 |
line wrap: on
line diff
--- a/packages/net/httpd/current/ChangeLog +++ b/packages/net/httpd/current/ChangeLog @@ -1,3 +1,11 @@ +2003-06-09 Nick Garnett <nickg@balti.calivar.com> + + * 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. + 2003-05-11 Andrew Lunn <andrew.lunn@ascom.ch> * src/monitor.c (cyg_monitor_network): Added IPv6 information to
