]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
http: auto-configure for local Tor proxy if called as 'tor'
[apt.git] / methods / http.h
index 4d22c88f9ca0b0d9c6eab138b634f04c64f2b1ab..644e576f0646dc02e015d86076ecee77c08c33b9 100644 (file)
@@ -67,7 +67,7 @@ class CircleBuf
 
    // Read data in
    bool Read(int Fd);
-   bool Read(std::string Data);
+   bool Read(std::string const &Data);
 
    // Write data out
    bool Write(int Fd);