therealmal
therealmal
When I push recaptcha button on the right side of ur program, there is text "Wrong domen key" What I have to do? I already signed in my gmail account.
### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:[email protected]). - [X] This is not a support request...
You call io.Pipe() at https://github.com/tmc/grpc-websocket-proxy/blob/673ab2c3ae75cc01952b84b88590e30e75dcf395/wsproxy/websocket_proxy.go#L186 then you lose it at https://github.com/tmc/grpc-websocket-proxy/blob/673ab2c3ae75cc01952b84b88590e30e75dcf395/wsproxy/websocket_proxy.go#L188 `(When error happens at http.NewRequestWithContext you don't close requestBodyW and responseBodyW)` io.Pipe docs https://pkg.go.dev/io#Pipe
Another err check should be placed with close defer https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/882b562b72d131d87e866691c54cbc08111ba804/apps/internal/oauth/ops/authority/authority.go#L553-L558 Like here https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/882b562b72d131d87e866691c54cbc08111ba804/apps/internal/oauth/ops/authority/authority.go#L548-L551