mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 01:50:55 +00:00
Remove undefined macro
This commit is contained in:
parent
eff3b6b805
commit
a2eb35fd2f
1 changed files with 0 additions and 7 deletions
|
@ -1245,14 +1245,7 @@ static NSURLSessionConfiguration *def = nil;
|
||||||
|
|
||||||
- (void) setHTTPMaximumConnectionLifetime: (NSInteger)n
|
- (void) setHTTPMaximumConnectionLifetime: (NSInteger)n
|
||||||
{
|
{
|
||||||
#if HAVE_DECL_CURLOPT_MAXAGE_CONN
|
|
||||||
_HTTPMaximumConnectionLifetime = n;
|
_HTTPMaximumConnectionLifetime = n;
|
||||||
#else
|
|
||||||
[NSException raise: NSInternalInconsistencyException
|
|
||||||
format: @"-[%@ %@] not supported by the version of Curl"
|
|
||||||
@" this library was built with",
|
|
||||||
NSStringFromClass([self class]), NSStringFromSelector(_cmd)];
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL) HTTPShouldUsePipelining
|
- (BOOL) HTTPShouldUsePipelining
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue