google-nomulus/java/google/registry/proxy/handler
jianglai 0fb845e81a Remove no quota leased warning from quota handler inactive callback
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
2018-05-17 21:52:35 -04:00
..
BackendMetricsHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
EppServiceHandler.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00
HealthCheckHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayServiceHandler.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00
ProxyProtocolHandler.java Handle malformed proxy protocol header 2018-03-06 19:26:31 -05:00
QuotaHandler.java Remove no quota leased warning from quota handler inactive callback 2018-05-17 21:52:35 -04:00
RelayHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
SslClientInitializer.java Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
SslServerInitializer.java Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
WhoisServiceHandler.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00