keithduncan / CoreNetworking

Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Support asymmetric stream closing in a bidirectional AFNetworkTransport #38

Open keithduncan opened 11 years ago

keithduncan commented 11 years ago

Original author: keith.du...@gmail.com (April 11, 2010 11:43:39)

Currently, if either stream closes, the transport layer is closed. We need to support remote closing of our write stream without terminating the transport read stream.

Original issue: http://code.google.com/p/amber-framework/issues/detail?id=40