1.1 --- a/BLIP/BLIPConnection.m Sat May 24 17:25:06 2008 -0700
1.2 +++ b/BLIP/BLIPConnection.m Wed Jun 11 14:58:38 2008 -0700
1.3 @@ -81,9 +81,9 @@
1.4 }
1.5
1.6
1.7 -- (BLIPRequest*) requestWithBody: (NSData*)body
1.8 +- (BLIPRequest*) request
1.9 {
1.10 - return [[[BLIPRequest alloc] _initWithConnection: self body: body properties: nil] autorelease];
1.11 + return [[[BLIPRequest alloc] _initWithConnection: self body: nil properties: nil] autorelease];
1.12 }
1.13
1.14 - (BLIPRequest*) requestWithBody: (NSData*)body