File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,10 @@ for each request:
558558(get  " http://aoeu.com/1"   {:connection-manager  cm2})
559559(post  " http://aoeu.com/2"   {:connection-manager  cm})
560560(get  " http://aoeu.com/3"   {:connection-manager  cm2})
561+ 
562+ ; ; Don't forget to shut it down when you're done!
563+ (clj-http.conn-mgr/shutdown-manager  cm)
564+ (clj-http.conn-mgr/shutdown-manager  cm2)
561565```
562566
563567See the docstring on `make-reusable-conn-manager` for  options and
Original file line number Diff line number Diff line change 88#+LANGUAGE: en
99
1010* Changelog
11-    List of user-visible changes that have gone into each release
11+ List of user-visible changes that have gone into each release
1212** 0.9.0
1313- Bumped httpcore to 4.3.2
1414- Merged https://github.com/dakrone/clj-http/pull/190 to support file multiparts
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments