Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S StreamChain Prototype
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • zistvan-public
  • StreamChain Prototype
  • Repository
  • streamchain
  • core
  • ledger
  • util
  • couchdb
  • couchdb.go
Find file BlameHistoryPermalink
  • Balaji Viswanathan's avatar
    FAB-2724: Fix CouchDB max open connections · 3dcc32f4
    Balaji Viswanathan authored Apr 20, 2017
    
    
    Client and Transport are reusable and thread safe, so
    initialize once and reuse across requests. Also close the response
    body properly by consuming it fully before closing it to allow
    the underlying RoundTripper to reuse the transport for subsequent
    requests.
    
    Change-Id: I1d1692ee96db1ed91a0eaccbe81439312c6935ac
    Signed-off-by: default avatarBalaji Viswanathan <balaji.viswanathan@gmail.com>
    Signed-off-by: default avatardenyeart <enyeart@us.ibm.com>
    3dcc32f4