Disable some specific protocols when they are not enabled in server
Open
enhancement
- Dominant language
- C++
- Stars
- 17.6k
- Forks
- 4.1k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 69
Description
If server doesn't support rtmp, redis, etc., we want to skip the request parsing process using these protocols.
Contributor guide
Research direction
Start by locating the server request-parsing entry points and the code that determines which protocols are enabled. Trace how unsupported RTMP, Redis, and similar protocols are currently handled. Done means requests using disabled protocols bypass their parsing process, with the behavior verified by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100