mwitkow / grpc-proxy

gRPC proxy is a Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead.
Apache License 2.0
962 stars 210 forks source link

Close backendConn after use #22

Open qustavo opened 6 years ago

qustavo commented 6 years ago

Look like backend connection never get closed and we should after use it.