Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for http/https proxy when using MQTT over websockets #322

Merged
merged 4 commits into from Jun 28, 2019

Commits on Jun 19, 2019

  1. Adding support for gorilla/websockets library so websockets over prox…

    …y can be supported
    
    Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
    reubenmiller committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    25482c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. panic early if the websocket could not be established

    Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
    reubenmiller committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0b95fa7 View commit details
    Browse the repository at this point in the history
  2. Removing x/net/websocket references

    Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
    reubenmiller committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    ffd8a81 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Adding mention about websockets and corporate proxy

    Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
    reubenmiller committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4f2b526 View commit details
    Browse the repository at this point in the history