Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8315

set Component Option "responseHeaderSize",but no effect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.12.1
    • 2.13.4, 2.14.2, 2.15.0
    • camel-jetty
    • None
    • Unknown

    Description

      I set the option "responseHeaderSize" like :
      JettyHttpComponent jettyHttpComponent=(JettyHttpComponent) getContext().getComponent("jetty");
      jettyHttpComponent.setResponseHeaderSize(51202);

      But there is no effect;then I checked the camel-jetty.jar's source,and found in JettyHttpComponent.createSocketConnector:
      if (responseHeaderSize != null)

      { answer.setResponseBufferSize(responseHeaderSize); }

      Attachments

        Issue Links

          Activity

            People

              njiang Willem Jiang
              hhymarco HugoMarco
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: