bool is_first = true;
while (!stop && socket.getline(buf, BUFFER_SIZE)) {
#ifdef DEBUG
- std::cerr << "Reciviendo linea: " << buf << std::endl;
+ std::cerr << "Recibiendo linea: " << buf << std::endl;
#endif // DEBUG
int len = strlen(buf);
// Si tiene un retorno de carro, lo elimina.