Closed miklacko closed 10 years ago
Hi this throws error when i refresh site few times in a row... "Can't set headers after they are sent.". When i comment 'close' function it works. if ( stream ) { stream.on( 'end', function() { response.send( 200, 'Ok' ); });
stream.on( 'close', function() { response.send( 200, 'Ok' ); });
}
Hi this throws error when i refresh site few times in a row... "Can't set headers after they are sent.". When i comment 'close' function it works. if ( stream ) { stream.on( 'end', function() { response.send( 200, 'Ok' ); });
}