pointless

This commit is contained in:
Me No Dev 2016-08-23 08:02:04 +03:00
parent 7110758b5a
commit dab3077f2b
1 changed files with 0 additions and 3 deletions

View File

@ -173,9 +173,6 @@ void AsyncWebServerRequest::_onAck(size_t len, uint32_t time){
if(_response != NULL){
if(!_response->_finished()){
_response->_ack(this, len, time);
if(!_response->_finished() && _client->space()){
_response->_ack(this, 0, 0);
}
} else {
AsyncWebServerResponse* r = _response;
_response = NULL;