Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientSilent #527

Open
SteveSelva opened this issue Oct 29, 2024 · 1 comment
Open

ClientSilent #527

SteveSelva opened this issue Oct 29, 2024 · 1 comment

Comments

@SteveSelva
Copy link
Contributor

May I know what are the reasons ClientSilent error occurs?

And how to fix it?

@afrind
Copy link
Contributor

afrind commented Oct 30, 2024

It comes from here:

https://github.com/facebook/proxygen/blob/main/proxygen/lib/http/session/HTTPSession.cpp#L584-L590

We fire this error if someone opens a TLS connection and closes it without sending any requests. The comment there explains, but one reason this might happen is if the client didn't like the server's certificate (expired?), so we surface this as an error rather than ignore it completely.

You can ignore the error if you choose, since it could just be annoying clients opening and closing connections, but it might also be indicative of something you are doing that is causing the clients to go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants