Mercurial > ecos
diff packages/redboot/current/ChangeLog @ 2867:05a4930e2f1a
* src/net/tcp.c (__tcp_abort): Ensure the connection is closed
before returning. This fixes a race condition which Ilko Iliev
<iliev@ronetix.at> found when performing two back to back http
transfers
| author | asl |
|---|---|
| date | Mon, 20 Apr 2009 11:19:16 +0000 |
| parents | 6fb62c01642a |
| children | 130cd207f998 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,10 @@ +2009-04-20 Andrew Lunn <andrew@lunn.ch> + + * src/net/tcp.c (__tcp_abort): Ensure the connection is closed + before returning. This fixes a race condition which Ilko Iliev + <iliev@ronetix.at> found when performing two back to back http + transfers. + 2009-04-02 Rene Schipp von Branitz Nielsen <rbn@vitesse.com> * src/flash.c: Fix compilation warnings when redundant FIS
