--- Http.cpp +++ Http.cpp @@ -128,8 +128,10 @@ } } catch ( Wobbly w ) { fprintf(stderr,"http_get wobbly: %s\n",w.what()); + return false; } } + return true; }