Changes between Initial Version and Version 1 of Ticket #833


Ignore:
Timestamp:
05/13/12 18:00:05 (12 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #833

    • Property Summary changed from neuromorpho's http-fetch tries to close output ports using close-input-port to neuromorpho and 9ML-toolkit's http-fetch tries to close output ports using close-input-port
  • Ticket #833 – Description

    initial v1  
    11Neuromorpho 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
     39ML-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
    24
    35Simple fix: