Commit ccdd522
committed
Bug: 482187 - HTTP headers should be case-insensitive for websockets
Converting WebSocket HTTP headers to lowercase & perform checks as lowercase to allow HTTP servers that do not follow normal Header conventions
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>1 parent e41c4cb commit ccdd522
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments