Miss-you opened a new pull request #2731: URL: https://github.com/apache/apisix/pull/2731
### What this PR does / why we need it: I think it's better to just leave `Server: APISIX/2.0` and override the other `server` header field! demoļ¼ ``` $ curl http://127.0.0.1:9080/test_core -i HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Server: APISIX/2.0 Date: Thu, 12 Nov 2020 04:31:03 GMT tested by python ``` ref: https://github.com/apache/apisix/issues/2714 ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features have been added? * [ ] Have you added corresponding test cases? * [ ] Have you modified the corresponding document? * [ ] Is this PR backward compatible? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
