GHAssertTrue(success,@"Failed to upload the correct data (using NSData)");
}
// Test fix for bug where setting an empty string for a form post value would cause the rest of the post body to be ignored (because an NSOutputStream won't like it if you try to write 0 bytes)