pieterlouw / caddy-grpc

grpc plugin for Caddy Server
Apache License 2.0
48 stars 15 forks source link

Server stream does not detect browser's disconnection #7

Open met-pub opened 6 years ago

met-pub commented 6 years ago

maybe the same as https://github.com/improbable-eng/grpc-web/issues/57 ? i.e.: browser - caddy(gprc-web proxy) - server In our test, browser closed, server still sends data to caddy. If caddy detected the browser's disconnection, and close the connection to server, then we could detect. However, it seems caddy still hold the connection to server.