# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |