script output fields is checked for duplicate
This commit is contained in:
@@ -198,9 +198,6 @@ for (it = scr_fld.begin(); it != scr_fld.end(); it++) {
|
||||
{
|
||||
pos = client->response.find(it_srv->first);
|
||||
::extract_line(client->response, pos, CRLF);
|
||||
// debug
|
||||
std::cout << "helloooooooooooooooooooooooooooooo\n";
|
||||
std::cout << pos << "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user