Fix a raw file error caused by facebook CDN violating RFC 2616

This commit is contained in:
Calvin Montgomery 2018-01-21 18:53:16 -08:00
parent e7781b5c09
commit aeab31825e
4 changed files with 26 additions and 4 deletions

View file

@ -46,6 +46,7 @@ class ReferenceCounter {
LOGGER.error("ReferenceCounter::unref() called by caller [" +
caller + "] but this caller had no active references! " +
`(channel: ${this.channelName})`);
return;
}
}