mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
When EPP SSL handshake is unsuccessful, #channelInactive is called but there are no quotas to return, because quotas are only leased upon the first #channelRead. There is no need to log a warning and throw an exception in this case because the handshake exception would have been thrown already. Throwing a second exception just crowds the log. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197016756