Merge branch 'develop' into 1.2.1-binlog_router_trx

This commit is contained in:
MassimilianoPinto
2015-09-23 18:44:13 +02:00
4 changed files with 39 additions and 96 deletions

View File

@ -383,16 +383,6 @@ int n_connect = 0;
static int
httpd_close(DCB *dcb)
{
if(dcb->dcb_readqueue)
{
while((dcb->dcb_readqueue = GWBUF_CONSUME_ALL(dcb->dcb_readqueue)));
}
if(dcb->writeq)
{
while((dcb->writeq = GWBUF_CONSUME_ALL(dcb->writeq)));
}
return 0;
}