Azure / azure-event-hubs-java

☁️ Java client library for Azure Event Hubs
https://azure.microsoft.com/services/event-hubs
MIT License
51 stars 61 forks source link

Support http/1.0 proxy instead of 1.1 only #445

Closed jugi92 closed 3 years ago

jugi92 commented 5 years ago

Actual Behavior

  1. The proton library used for network transport only supports http/1.1 proxy because of the follwing line: https://github.com/Azure/qpid-proton-j-extensions/blob/master/src/main/java/com/microsoft/azure/proton/transport/proxy/impl/ProxyHandlerImpl.java#L50

Expected Behavior

  1. http/1.0 proxy should also be possible to use for the transport, so in some cases the proxy requests http/1.1 proxy but the proxy returns "HTTP/1.0 200 Connection established"

Versions

jugi92 commented 5 years ago

This should be solved by this commit: https://github.com/Azure/qpid-proton-j-extensions/pull/19

jugi92 commented 5 years ago

It would be nice if a release with this fix would be planned soon

JamesBirdsall commented 3 years ago

This change was merged into qpid-proton-j-extensions and released with version 1.2.2, which was first used by client release 3.1.1.