Ben Copsey

Fixed (ta!) [#1 state:resolved]

I wonder if this lighthouse integration will work...
... ... @@ -145,6 +145,7 @@ static NSError *ASIUnableToCreateRequestError;
-(void)setPostBody:(NSData *)body
{
[postBody release];
postBody = [body retain];
postLength = [postBody length];
[self addRequestHeader:@"Content-Length" value:[NSString stringWithFormat:@"%llu",postLength]];
... ...