Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-3318

bypass couch_httpd_vhost if there are none

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • None
    • None

    Description

      all http requests call couch_httpd_vhost (a gen_server:call) on all requests. On hosts that have no virtual hosts this is a waste of time and can lead to request failures if the gen_server doesn't respond within the default timeout of five seconds.

      Find an efficient way to avoid the gen_server call on hosts with no configured virtual hosts.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rnewson Robert Newson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: