Cache chunked responses
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
Start by reviewing how the Plug library and adapters send chunked responses, since the issue says content is sent directly before it can be retrieved. Discuss the design with the relevant library authors before choosing an implementation path. Done means chunked HTTP responses can be cached without breaking adapter behavior.
Written by the indexing model from the issue text.
Description
The author hasn't find a way to cache chunked responses, as their content cannot be retrieved before sending (because sending is done directly through the adapter).
Implementing this could require some changes in the Plug library or even in adapters. A discussion with author of this libraries could be useful.
- Dominant language
- Elixir
- Stars
- 37
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
phoenixframework/phoenix#6847 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
beyond-all-reason/teiserver#1584 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ash-project/ash#2954 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
membraneframework/boombox#149 ·