diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:45 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:45 +0000 |
commit | 9d95e7262447c7024ef58987ad198bcb98dc3d48 (patch) | |
tree | a8fd7c6bf1a92b2ad78679c75a6b8a0653c385a7 | |
parent | c5ccf1750dd00e8c4374162b302a0946f7fe3a96 (diff) |
More debug text
Author: jgg
Date: 2000-01-30 08:16:43 GMT
More debug text
-rw-r--r-- | methods/http.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/methods/http.cc b/methods/http.cc index 7a9a97a1d..ad8fe373a 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.cc,v 1.43 1999/12/10 23:40:29 jgg Exp $ +// $Id: http.cc,v 1.44 2000/01/30 08:16:43 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -367,6 +367,9 @@ int ServerState::RunHeaders() string Data; if (In.WriteTillEl(Data) == false) continue; + + if (Debug == true) + clog << Data; for (string::const_iterator I = Data.begin(); I < Data.end(); I++) { |