-
Notifications
You must be signed in to change notification settings - Fork 187
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
The proxy server can't read from frontend #149
Comments
The error message is harmless as the tunnel being shut down. To show the html text, please run the proxy-test-client with "-v 4". |
Does it make sense to add a warning message that this is may be normal in certain cases? Generally when the frontend or backend closes the connection, the other side will always receive some kind of error that the stream was abruptly terminated, but technically it shouldn't be an error? |
Or maybe we can distinguish different forms of tunnel termination, i.e., interruption or just normal close ? |
|
Tried to run the examples in the readme with the latest master, and kept getting the following error message:
I have checked out some previous commits, and I think the issue is introduced by PR #112.
@cheftako @mvladev @Jefftree
The text was updated successfully, but these errors were encountered: