jacobslei commented on issue #7504:
URL: https://github.com/apache/apisix/issues/7504#issuecomment-1191120670

   > > because there is no way to config this property. and how can I close 
keep_alive in route, set idle_time is 0?
   > 
   > just config upstream like:
   > 
   > ```
   > {
   >     "type":"roundrobin",
   >     "nodes":{
   >         "127.0.0.1:1980":1
   >     },
   >     "keepalive_pool":{
   >         "idle_timeout":0
   >     }
   > }
   > ```
   > 
   > BTW, this feature requires APISIX to be running on apisix-base.
   
   its mean that,  this method that "closing keepalive pool" just can used from 
 apisix admin api?


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