]> granicus.if.org Git - pdns/commit
Fix dnsdist console client sending empty lines
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 11 Dec 2015 10:10:43 +0000 (11:10 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 11 Dec 2015 10:10:43 +0000 (11:10 +0100)
commit0877da986ffab36b3ba6908a6ab0ad09689b9788
tree1f0b1a3d62f84768a53112680ea4b5a36f734833
parent1d760aa70b0ecf8c740260df465c1665c4171ba9
Fix dnsdist console client sending empty lines

There is no point for the console client to send empty lines to the
server. Just in case, fix the server to not abort the connection
when receiving such empty lines.
Reported by @gryphius as a follow-up on #3015.
pdns/dnsdist-console.cc