http connection only works once
Status: Alpha
Brought to you by:
graik
For http connections DataConnection.getReader() only
works when called the first time during runtime of a
program. Any further calls (also for new DataConnection
instances to the same host) fail.
Effect: data sources can only be read/written from/to
local files.
Reason: ? the channel to a given host/port remains
somehow blocked?