spacewander edited a comment on issue #4489:
URL: https://github.com/apache/apisix/issues/4489#issuecomment-869522494
Can't be reproduced with 2.6:
```
$ curl http://127.0.0.1:9080/ -i
HTTP/1.1 502 Bad Gateway
Date: Mon, 28 Jun 2021 09:19:33 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: APISIX/2.6
w
```
My configuration is:
```
{
"uri": "/*",
"plugins": {
"echo": {
"body": "w"
}
},
"upstream": {
"type": "roundrobin",
"nodes": {
"127.0.0.1:1980": 1
}
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]