You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"response.body().close();" releases a connection properly when using the standard http services
When using a web socket, "response.body().close();" doesn't release a connection.
The following OpenShiftOAuthInterceptor.intercept method fixes the issue:
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
See https://github.com/fabric8io/kubernetes-client/blob/master/openshift-client/src/main/java/io/fabric8/openshift/client/internal/OpenShiftOAuthInterceptor.java#L85
"response.body().close();" releases a connection properly when using the standard http services
When using a web socket, "response.body().close();" doesn't release a connection.
The following OpenShiftOAuthInterceptor.intercept method fixes the issue:
The method adds an authorization token to all requests no matter if they require authentication or not.
Not sure if that is acceptable.
See https://issues.jboss.org/browse/CHE-180 for more detail.
The text was updated successfully, but these errors were encountered: