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

Refactor the AFNetworkTransport queue implementations into another object #10

Closed keithduncan closed 11 years ago

keithduncan commented 11 years ago

Original author: keith.du...@gmail.com (June 18, 2009 00:27:53)

The read/write queues are near identical; they have been resolving to a unified implementation.

It should be easy now to extract it into a single AFNetworkStreamQueue or something similar.

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