Changes between Initial Version and Version 1 of Ticket #833
- Timestamp:
- 05/13/12 18:00:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #833
-
Property
Summary
changed from
neuromorpho's http-fetch tries to close output ports using close-input-port
toneuromorpho and 9ML-toolkit's http-fetch tries to close output ports using close-input-port
-
Property
Summary
changed from
-
Ticket #833 – Description
initial v1 1 1 Neuromorpho uses {{{close-input-port}}} twice in the {{{http-fetch}}} procedure, once for an input port and once for an output port. It looks like this means the network connection will never be closed (in Unit tcp both ports need to be closed before the underlying FD is closed). 2 3 9ML-toolkit seems to have an exact copy of that code, which shows the same problem: http://parenteses.org/mario/misc/specialize-report/install/9ML-toolkit.html 2 4 3 5 Simple fix: