comparison NEWS @ 1592:d73124f6b439

configuration option HttpDescribeErrors
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 11:35:16 +0200
parents ba0226474e22
children 235d89817b89
comparison
equal deleted inserted replaced
1591:cd9d99fe32e9 1592:d73124f6b439
29 29
30 * New configuration option: "HttpTimeout" to set the default timeout for HTTP requests 30 * New configuration option: "HttpTimeout" to set the default timeout for HTTP requests
31 * Improved error codes 31 * Improved error codes
32 * Many code refactorings 32 * Many code refactorings
33 * If error while calling the REST API, the answer body contains an error description 33 * If error while calling the REST API, the answer body contains an error description
34 (this feature can be disabled with the "HttpDescribeErrors" option)
34 * Upgrade to curl 7.44.0 for static and Windows builds 35 * Upgrade to curl 7.44.0 for static and Windows builds
35 * Upgrade to libcurl 1.0.2d for static and Windows builds 36 * Upgrade to libcurl 1.0.2d for static and Windows builds
36 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate 37 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
37 38
38 39