Skip to content

Create a config option to toggle websocket compression#1544

Merged
Amey-D merged 2 commits intostreamlit:developfrom
Amey-D:websocket-compression-switch
Jun 18, 2020
Merged

Create a config option to toggle websocket compression#1544
Amey-D merged 2 commits intostreamlit:developfrom
Amey-D:websocket-compression-switch

Conversation

@Amey-D
Copy link
Copy Markdown
Contributor

@Amey-D Amey-D commented Jun 6, 2020

Fixes #1543.

This patch introduced a new option "server.enableWebsocketCompression",
which is enabled by default, and can be used to optionally disable
websocket compression in the Streamlit server.

@Amey-D Amey-D requested a review from a team as a code owner June 6, 2020 00:40
@Amey-D Amey-D force-pushed the websocket-compression-switch branch 2 times, most recently from c02ab8e to af05238 Compare June 17, 2020 21:20
Amey-D added 2 commits June 17, 2020 18:18
This patch introduced a new option "server.enableWebsocketCompression",
which is enabled by default, and can be used to optionally disable
websocket compression in the Streamlit server.

Fixes streamlit#1543.
@Amey-D Amey-D force-pushed the websocket-compression-switch branch from af05238 to 53a6b81 Compare June 18, 2020 01:18
@Amey-D Amey-D merged commit bbd4058 into streamlit:develop Jun 18, 2020
@Amey-D Amey-D deleted the websocket-compression-switch branch June 18, 2020 18:28
tconkling added a commit that referenced this pull request Jun 22, 2020
* develop:
  Formatting changes from `make pyformat` (#1621)
  Add config to disable CSRF + conflict check with CORS (#1571)
  MediaFile Grace Period using KEEP_DELAY = 5 seconds (#1494)
  Fix server.cookieSecret config option. (#1603)
  Create a config option to toggle websocket compression (#1544)
  Remove Python 2 and Python 3.5 staleness (#1600)
  Disable/Remove scroll when in full screen mode (#1586)
  Better welcome message when running `streamlit hello` (#1585)
  Scale image to approximate size on screen (#1594)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a config option to toggle websocket compression in Streamlit server

2 participants