Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2189

HTTP/1.x hangs if client sends "Expect: 100-continue" header

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.16.0
    • 1.17.0
    • Protocol Adaptors
    • None

    Description

      The "curl" tool will include an "Expect: 100-continue" header in PUT/POST operations.  curl will then block until the server has responded with a "100 Continue".   See rfc723.

      In order to minimize message fragmentation at the TCP/IP layer the router will not immediately forward a small message that is streaming (See DISPATCH-1545). However, the curl client's message is too small to trigger the streaming logic and will never signal receive-complete as it is waiting for a response from the server. This means the partial request message is never forwarded and curl hangs.

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: