--- parser3/src/classes/curl.C 2020/10/14 21:20:15 1.63 +++ parser3/src/classes/curl.C 2020/10/14 21:22:58 1.64 @@ -17,7 +17,7 @@ #include "pa_http.h" #include "ltdl.h" -volatile const char * IDENT_CURL_C="$Id: curl.C,v 1.63 2020/10/14 21:20:15 moko Exp $"; +volatile const char * IDENT_CURL_C="$Id: curl.C,v 1.64 2020/10/14 21:22:58 moko Exp $"; class MCurl: public Methoded { public: @@ -744,7 +744,7 @@ static void _curl_load_action(Request& r case CURLE_SSL_ENGINE_INITFAILED: ex_type = "curl.ssl"; break; case CURLE_WRITE_ERROR: - check_file_size(response.content_length, *new String(options().url)); break; + check_file_size(response.content_length, new String(options().url)); break; default: break; } throw Exception( PA_DEFAULT(ex_type, "curl.fail"), new String(options().url), "%s", f_curl_easy_strerror(res));