Fix a raw file error caused by facebook CDN violating RFC 2616
This commit is contained in:
parent
e7781b5c09
commit
aeab31825e
4 changed files with 26 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue