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

Comparing trunk/Search/Processor.cpp (file contents):
Revision 20 by douglas, 2002-12-10T00:02:22-08:00 vs.
Revision 21 by douglas, 2002-12-10T14:44:50-08:00

# Line 154 | Line 154 | bool Processor::process(HttpHandler& htt
154                          unsigned close = line.find('>', begin);
155  
156                          string next;
157 <                        while (close == string::npos)
157 >                        while (close == string::npos && http.good())
158                          {
159                                  http.getline(next);
160                                  line += '\n' + next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines