handle complete responses to https range requests
[ntk/apt.git] / methods / http.cc
index d2f084b..71a02e5 100644 (file)
@@ -863,3 +863,8 @@ ServerState * HttpMethod::CreateServerState(URI uri)                        /*{{{*/
    return new HttpServerState(uri, this);
 }
                                                                        /*}}}*/
+void HttpMethod::RotateDNS()                                           /*{{{*/
+{
+   ::RotateDNS();
+}
+                                                                       /*}}}*/