diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:02 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:02 +0000 |
commit | e836f356a04c63b7a2eab087e49b09e854526a75 (patch) | |
tree | 43ba6a18c41faed10455e3813abd4598f05738b8 /methods/http.h | |
parent | d82d687380b0a7f884f531d3cce5d0fa945d9777 (diff) |
Take careful care of persistence modes
Author: jgg
Date: 2000-05-28 04:33:59 GMT
Take careful care of persistence modes
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/methods/http.h b/methods/http.h index 2098fc832..0c916707b 100644 --- a/methods/http.h +++ b/methods/http.h @@ -1,5 +1,5 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: http.h,v 1.7 1999/12/09 03:45:56 jgg Exp $ +// Description /*{{{*/// $Id: http.h,v 1.8 2000/05/28 04:33:59 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -87,6 +87,9 @@ struct ServerState bool HaveContent; enum {Chunked,Stream,Closes} Encoding; enum {Header, Data} State; + bool Persistent; + + // This is a Persistent attribute of the server itself. bool Pipeline; HttpMethod *Owner; |