Uploaded image for project: 'HttpComponents HttpCore'
  1. HttpComponents HttpCore
  2. HTTPCORE-306

TCP_NODELAY defaults to false

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2.2
    • HttpCore NIO
    • None

    Description

      The default for TCP_NODELAY in the IOReactorConfig is currently false. This may be fine for GET requests where the entire request is sent as a single packet, but it KILLS performance for even simple POST/PUT requests as it waits for the ack for the headers before sending any of the body. It's obviously easily worked around by setting it to true, but it likely should be the default to make sure that "out of the box" performance is fairly reasonable.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: