diff -r 9fdd8dba529c -r 5936db2c1987 BLIP/BLIPConnection.m --- a/BLIP/BLIPConnection.m Sat May 24 17:25:06 2008 -0700 +++ b/BLIP/BLIPConnection.m Sun May 25 13:43:03 2008 -0700 @@ -81,9 +81,9 @@ } -- (BLIPRequest*) requestWithBody: (NSData*)body +- (BLIPRequest*) request { - return [[[BLIPRequest alloc] _initWithConnection: self body: body properties: nil] autorelease]; + return [[[BLIPRequest alloc] _initWithConnection: self body: nil properties: nil] autorelease]; } - (BLIPRequest*) requestWithBody: (NSData*)body