diff options
Diffstat (limited to 'src/httpfetch.h')
-rw-r--r-- | src/httpfetch.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/httpfetch.h b/src/httpfetch.h index f06c50e2c..e02e92b4a 100644 --- a/src/httpfetch.h +++ b/src/httpfetch.h @@ -58,14 +58,7 @@ struct HTTPFetchRequest //useragent to use std::string useragent; - HTTPFetchRequest() - { - url = ""; - caller = HTTPFETCH_DISCARD; - request_id = 0; - timeout = 0; - connect_timeout = 0; - } + HTTPFetchRequest(); }; struct HTTPFetchResult |