diff -r 9fdd8dba529c -r 6f608b552b77 BLIP/BLIPConnection.m --- a/BLIP/BLIPConnection.m Sat May 24 17:25:06 2008 -0700 +++ b/BLIP/BLIPConnection.m Wed Jun 11 14:58:38 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