Comment 7 for bug 1847889

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

Reviewed: https://review.opendev.org/688290
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ea2212ebe59567d8ea21778cff5128e1029be045
Submitter: Zuul
Branch: master

commit ea2212ebe59567d8ea21778cff5128e1029be045
Author: Hongbin Lu <email address hidden>
Date: Sun Oct 13 02:51:53 2019 +0000

    Send binary frame in websocket client

    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: I2677b8879ccb27def22126811c347d5c08f5aada
    Closes-Bug: #1847889