Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-96

POST/PUT requests not properly being appended to the buffer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0.0beta
    • None
    • None
    • Security Level: Public
    • None

    Description

      From tcpdump:

      PUT /default/_design/lcb_design_doc HTTP/1.1
      User-Agent: libcouchbase/1.1.0dp9
      Accept: application/json
      Host: 10.3.121.209:8092
      Co{ "id" : "_design/lcb_design_doc", "language" : "javascript", "views" : { "lcb-test-view" : "function(doc) { if (doc.testid == 'lcb')

      { emit(doc.id) }

      } " } }

      • Content-Length gets truncated and replaced with the POST data.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty