]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
methods/http.cc: shorten comment on return values of DealWithHeaders (because we...
[apt.git] / methods / http.cc
index c05abc8622d8a7a7c1c7cb0b291d65b4c782c30d..d43dd14c89242818514a74f186d62477f352b637 100644 (file)
@@ -914,13 +914,7 @@ bool HttpMethod::ServerDie(ServerState *Srv)
 // HttpMethod::DealWithHeaders - Handle the retrieved header data      /*{{{*/
 // ---------------------------------------------------------------------
 /* We look at the header data we got back from the server and decide what
-   to do. Returns 
-     0 - File is open,
-     1 - IMS hit
-     3 - Unrecoverable error 
-     4 - Error with error content page
-     5 - Unrecoverable non-server error (close the connection) 
-     6 - Try again with a new or changed URI
+   to do. Returns DealWithHeadersResult (see http.h for details).
  */
 HttpMethod::DealWithHeadersResult
 HttpMethod::DealWithHeaders(FetchResult &Res,ServerState *Srv)