Removed dcb->state set after func.close()
This commit is contained in:
@ -242,8 +242,6 @@ HTTPD_session *client_data = NULL;
|
|||||||
/* force the client connecton close */
|
/* force the client connecton close */
|
||||||
dcb->func.close(dcb);
|
dcb->func.close(dcb);
|
||||||
|
|
||||||
dcb->state = DCB_STATE_POLLING;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user