Handle 'Location' header reply in drmprocessorclientimpl

This commit is contained in:
2021-07-10 12:51:36 +02:00
parent 0e90b89382
commit 8881a58c95
3 changed files with 21 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
#endif
#define LIBGOUROU_VERSION "0.2"
#define LIBGOUROU_VERSION "0.2.1"
namespace gourou
{

View File

@@ -107,7 +107,8 @@ namespace gourou
CLIENT_BAD_KEY_SIZE,
CLIENT_BAD_ZIP_FILE,
CLIENT_ZIP_ERROR,
CLIENT_GENERIC_EXCEPTION
CLIENT_GENERIC_EXCEPTION,
CLIENT_NETWORK_ERROR,
};