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

   > > 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.
   
   @tzssangglass 
   I want to know we use apisix v2.12, if it running on apisix-base?


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