~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to methods/http.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
   bool Flush(ServerState *Srv);
135
135
   bool ServerDie(ServerState *Srv);
136
136
   int DealWithHeaders(FetchResult &Res,ServerState *Srv);
 
137
   bool AutoDetectProxy();
137
138
 
138
139
   virtual bool Fetch(FetchItem *);
139
140
   virtual bool Configuration(string Message);
145
146
   static void SigTerm(int);
146
147
   
147
148
   string NextURI;
 
149
   string AutoDetectProxyCmd;
148
150
   
149
151
   public:
150
152
   friend class ServerState;