Comment 3 for bug 1847889

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-zunclient (master)

Reviewed: https://review.opendev.org/688291
Committed: https://git.openstack.org/cgit/openstack/python-zunclient/commit/?id=bc1cfd9737380a4827fec97152139e6c2e918f38
Submitter: Zuul
Branch: master

commit bc1cfd9737380a4827fec97152139e6c2e918f38
Author: Hongbin Lu <email address hidden>
Date: Sun Oct 13 02:56:11 2019 +0000

    Send binary to websocket proxy

    Websockify 0.9.0 rejected receiving text frame:
    https://github.com/novnc/websockify/commit/8eb5cb0cdcd1314d6d763df8f226b587a2396aa2
    We have to switch to binary frame instead.

    Change-Id: Ie1525c673104588760ec78a3c996103da08b42d1
    Closes-Bug: #1847889