google-nomulus/java/google/registry/proxy/handler
jianglai c5c0051f5e Ensure that no reference counted objects leak memory
The objects stored in the relay buffer may leak memory when they are no longer used. Alway remember to release their reference count in all cases.

Also save the relay channel and its name in BackendMetricsHandler when the handler is registered. This is because when retrying a relay, the write is sent as soon as the channel is connected, and the channelActive function is not called yet.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208757730
2018-08-20 14:06:24 -04:00
..
BackendMetricsHandler.java Ensure that no reference counted objects leak memory 2018-08-20 14:06:24 -04:00
EppServiceHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
HealthCheckHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayServiceHandler.java Improve logs in the GCP proxy 2018-08-20 13:58:30 -04:00
ProxyProtocolHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
QuotaHandler.java Fix WHOIS issues 2018-08-20 14:00:08 -04:00
RelayHandler.java Ensure that no reference counted objects leak memory 2018-08-20 14:06:24 -04:00
SslClientInitializer.java Refine tests in GCP proxy 2018-08-10 13:46:48 -04:00
SslServerInitializer.java Cache server certificates for up to 30 min 2018-08-10 13:46:48 -04:00
WebWhoisRedirectHandler.java Fix WHOIS issues 2018-08-20 14:00:08 -04:00
WhoisServiceHandler.java Automatic reconnect to GAE when the connection is dropped 2018-08-10 13:46:48 -04:00