Cache chunked responses

Open
#1 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
elixir
Domain
backend

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

enhancement

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Elixir issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.