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

Fix status check for proxy #64

Open
conniey opened this issue Feb 6, 2025 · 0 comments
Open

Fix status check for proxy #64

conniey opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@conniey
Copy link
Member

conniey commented Feb 6, 2025

Issue created from:

https://www.rfc-editor.org/rfc/rfc9110.html#name-connect

As per this, we should allow any 2xx response to consider success. We are currently working with proxy server which is sending 200 Connected as response. This has forced us to use older version of Azure Service Bus Java SDK that has dependency for older version of qpid-proton-j-extensions before this change. Suggesting to revert this validation.

See: https://github.com/Azure/qpid-proton-j-extensions/blob/master/src/main/java/com/microsoft/azure/proton/transport/proxy/impl/ProxyHandlerImpl.java#L71

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

1 participant