comparison vamp-server/server.cpp @ 89:03ed2e0a6c8f

More testing
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 12 Oct 2016 21:34:21 +0100
parents ac1e4634479b
children c897c9a8daf1
comparison
equal deleted inserted replaced
88:bf2e6f939f9f 89:03ed2e0a6c8f
274 << int(request.type) 274 << int(request.type)
275 << endl; 275 << endl;
276 276
277 // NotValid without an exception indicates EOF: 277 // NotValid without an exception indicates EOF:
278 if (request.type == RRType::NotValid) { 278 if (request.type == RRType::NotValid) {
279 cerr << "piper-vamp-server: eof reached" << endl; 279 cerr << "piper-vamp-server: eof reached, exiting" << endl;
280 break; 280 break;
281 } 281 }
282 282
283 RequestOrResponse response = handleRequest(request); 283 RequestOrResponse response = handleRequest(request);
284 response.id = request.id; 284 response.id = request.id;