Commit cfc38a8
fix issue for reverse proxy (#240)
* Bumping version to 1.1.0
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
* Updating Versions in Readme
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
* fix issue for reverse proxy
Header information included :80 and/or :443 when Host: was written to socket. This doesn't work well for reverse proxy solutions which don't redirect correctly when the Host: info in the header isn't simply a host name.
Signed-off-by: zbuckley <buckley.zach@gmail.com>
* removed unnecesary white-space changes from prev commit
Signed-off-by: zbuckley <buckley.zach@gmail.com>
* updated to use curly braces as requested1 parent ee9f3b8 commit cfc38a8
1 file changed
Lines changed: 7 additions & 1 deletion
File tree
- org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
0 commit comments