crossbario / crossbario/autobahn-python
client_no_context_takeover not used
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
I'm running the Websocket echo_compressed Server Sample. My Client sends the following header permessage-deflate; client_no_context_takeover but the Server seems to ignore the client_no_context_takeover.
The Output on the Server:
WebSocket extensions in use: [PerMessageDeflate(isServer = True, server_no_context_takeover = False, client_no_context_takeover = False, server_max_window_bits = 15, client_max_window_bits = 15, mem_level = 8)]
I'm using Autobahn version 0.10.2.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Websocket echo_compressed Server Sample with Autobahn 0.10.2 and the client_no_context_takeover extension parameter. Trace the extension-negotiation output shown in the issue and compare the requested client setting with the negotiated PerMessageDeflate values. Done means the server correctly handles or explicitly rejects that parameter, with the behavior covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100