Mercurial > flash_v2
diff packages/redboot/current/ChangeLog @ 1524:19c67fd03275
Early abort instead of close on HTTP connections - from Jani Monoses
| author | gthomas |
|---|---|
| date | Sat, 28 Feb 2004 16:51:08 +0000 |
| parents | fc4fa5d81cba |
| children | 996bb9a3d7fe |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,11 @@ +2004-02-27 Jani Monoses <jani@iv.ro> + + * src/net/http_client.c: Close connection with abort instead of + friendly close since for ELF files we don't read the whole content + but end the connection when the runnable parts are in. The server + interprets close as it has nothing more to receive, but it still wants + to send the rest of the file and does that until it times out. + 2004-02-26 Jani Monoses <jani@iv.ro> * src/load.c:
