Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-2050

Be able to supply http.Transport for OCSP

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.11.0
    • Affects Version/s: None
    • Component/s: Networking
    • Labels:
      None

      Right now, http.DefaultClient is used which can leave lingering goroutines until CloseIdleConnections is called. This is not desirable in multi-tenant applications or daemonized applications managed by the same go process. Preferably, a ClientContext like method that supplies anĀ http.Client or http.Transport could be created for this purpose; a new option would also work as well, but may be a little bloaty.

            Assignee:
            matt.dale@mongodb.com Matt Dale
            Reporter:
            eric@erdaniels.com Eric Daniels
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: