qshuai opened a new pull request, #9081:
URL: https://github.com/apache/apisix/pull/9081

   ### Description
   Get this: 
   ```
   curl -s "http://127.0.0.1:9080"; --head | grep Server
   Server: APISIX/2.15.0
   ```
   
   Instead of: 
   ```
   curl "http://127.0.0.1:9080"; --head | grep Server
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   Server: APISIX/2.15.0
   ```
   


-- 
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]

Reply via email to