Fixed a serious bug - a race condition where a data buffer in the writer's queue could be dealloced (not the NSData, but its bytes themselves) before the writer sent it, resulting in an EFAULT error.
5 // Created by Jens Alfke on 5/24/08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import "BLIPConnection.h"
10 #import "BLIPDispatcher.h"
11 #import "BLIPRequest.h"
12 #import "BLIPProperties.h"