ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.h
(Generate patch)

Comparing trunk/Search/HttpHandler.h (file contents):
Revision 17 by douglas, 2002-12-09T18:31:11-08:00 vs.
Revision 18 by douglas, 2002-12-09T21:40:12-08:00

# Line 89 | Line 89 | private:
89   #endif // _WIN32
90          SOCKET http;
91          char* buffer;
92 <        int begin;
92 >        unsigned begin;
93          string page;
94          string type;
95          unsigned length;
96          string location;
97 +        bool chunked;
98          void putline(const string line = "");
99          string getline();
100 <        void error(const string prefix, bool host = false);
100 >        void error(const string& prefix, bool host = false);
101   public:
102          HttpHandler();
103          ~HttpHandler();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines