crossbario / crossbario/autobahn-python
transport takeover on HTTP/2 twisted endpoints
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/crossbario/autobahn-python/issues/1064#issuecomment-432932099
It seems that our method of "taking over" a transport doesn't work nicely for HTTP/2 connections (.transport is None in those cases, and .channel seem to probably be the right thing to take over). Needs some more investigation
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 with the discussion linked from issue #1070, especially the referenced comment, and inspect the transport takeover behavior for Twisted HTTP/2 connections. Compare cases where .transport is None with the available .channel; done means the HTTP/2 takeover path is understood and the issue's incompatibility is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100