• Miek Gieben's avatar
    middleware/proxy: make it scale (#287) · a05901f6
    Miek Gieben authored
    * middleware/proxy
    
    Use connection pooling for communicating with an upstream, instead of
    opening a new socket every time.
    
    This makes the proxy more efficient and allowed for some cleanups.
    
    * Some cleanups
    
    * Some fixes
    
    * more
    
    * Kill pool
    
    * Add nil check
    
    * remove pool
    a05901f6
proxy_test.go 2.37 KB