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
Bug: 459142 - WebSocket support for the Java client
Fixing Bug where incorrect case caused failed header upgrade
Changed Request headers to use hardcoded \r\n instead of relying on the host machine.
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketHandshake.java
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ public class WebSocketHandshake {
0 commit comments