Building the String like this does not conform to the HTTP protocol. Also the example in the RFC that is mentioned in the doc block suggests that only the path but neither protocol handle, nor the hostname should be included when sending the upgrade request.
Found this when trying to use a custom endpoint setup for Azure Servicebus.
Building the String like this does not conform to the HTTP protocol. Also the example in the RFC that is mentioned in the doc block suggests that only the path but neither protocol handle, nor the hostname should be included when sending the upgrade request.
qpid-proton-j-extensions/src/main/java/com/microsoft/azure/proton/transport/ws/impl/WebSocketUpgrade.java
Line 90 in 6c406cd
qpid-proton-j-extensions/src/main/java/com/microsoft/azure/proton/transport/ws/impl/WebSocketUpgrade.java
Line 91 in 6c406cd
Found this when trying to use a custom endpoint setup for Azure Servicebus.