alibaba / alibaba/nginx-http-concat

Concatenating upstream responses

Open
#49 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
863
Forks
232
PR merge metrics
No merged PRs in 30d

Description

Hi, I'd like to concatenate some upstream responses when nginx is configured as a reverse proxy server. Something like this:

```
location / {
concat on;
proxy_pass http://upstream:3000/;
}
```

Is this possible?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the nginx reverse-proxy location shown in the issue and the module's handling of upstream responses. Determine whether concatenating those responses is supported or define the required behavior for the configuration example; the issue provides no file or test entry point, so the relevant implementation and validation locations must first be identified.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.