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

camel-netty-http doesn't use "Expect: 100-continue" correctly

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      Camel-netty-http component, when sending HTTP request with:

      Expect: 100-continue
      

      header, always sends the HTTP body with first request and treats:

      HTTP/1.1 100 Continue
      

      as final response.

      Additionally org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler sends HTTP/1.1 100 Continue partial response after the same partial response was send by org.jboss.netty.handler.codec.http.HttpChunkAggregator#messageReceived

      Attached: wireshark session dump.

      Attachments

        Activity

          People

            ggrzybek Grzegorz Grzybek
            ggrzybek Grzegorz Grzybek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: