bahmutov / bahmutov/turtle-run
Add reordering replies
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Allow returning responses out of order
For example
```
GET /foo (should return "foo")
the request keeps waiting
GET /bar (should return "bar")
returns "bar"
returns "foo"
```
How does the app handle this situation?
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the HTTP proxy request-handling code and reproduce the /foo then /bar sequence; done should define and demonstrate how delayed responses are returned out of order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100