mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add detail about why the change was made
This commit is contained in:
parent
1aa11956b5
commit
740180a9d1
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
|||
* configure: regenerate
|
||||
* Headers/GNUstepBase/config.h.in: regenerate
|
||||
* Source/NSURLSession.m: Use HAVE_DECL_CURLOPT_MAXAGE_CONN to tell
|
||||
whether -setHTTPMaximumConnectionLifetime: can be implemented.
|
||||
whether -setHTTPMaximumConnectionLifetime: can be implemented. This
|
||||
fixes a bug where the method was not implemented even though the
|
||||
version of Curl available supported it.
|
||||
* Tests/base/NSURLSession/test02.m: Add a testcase (hope) to see if
|
||||
-setHTTPMaximumConnectionLifetime: is supported.
|
||||
|
||||
|
|
Loading…
Reference in a new issue