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

'/_restart' closes request socket before sending a response

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.1
    • 1.1
    • HTTP Interface
    • None
    • All platforms. Tested on Ubuntu 10.10.

    • New Contributors Level (Easy)

    Description

      In 'couchdb_misc_handlers.erl', `handle_restart_req(...)` calls `couch_server_sup:restart_core_server()` before sending the HTTP response. This causes the current request's socket to be closed without sending any response back to the client. From the perspective of the HTTP client, the connection is simply dropped - no response is ever received.

      In addition to the obvious aesthetic problems here, the HTTP1.1 spec suggests a specific (and non-desirable) client-side behavior for connections that drop like this. From RFC-2616 Section-8.2.4: "...if the client sees the connection close before receiving any status from the server, the client SHOULD retry the request..." (http://tools.ietf.org/html/rfc2616#section-8.2.4). Any HTTP client that actually obeys this direction, would end up restarting the server multiple times.

      I have a patch that fixes this issue. I will attach it to this report.

      This issue may be related to COUCHDB-946 (https://issues.apache.org/jira/browse/COUCHDB-946).

      Attachments

        Activity

          People

            Unassigned Unassigned
            coltrane J. Lee Coltrane
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: