[
https://issues.apache.org/jira/browse/CXF-8931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870240#comment-17870240
]
John Tal commented on CXF-8931:
-------------------------------
HTTP headers look like this:
POST /redacted/services/redacted HTTP/1.1
Connection: Upgrade, HTTP2-Settings
Host: localhost:8798
HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA
Transfer-encoding: chunked
Upgrade: h2c
Accept: */*
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://redactedHost/redactedapp/redactedservice"
User-Agent: Apache-CXF/3.6.4
> HttpClientHTTPConduit can't disable the http chunk mode
> -------------------------------------------------------
>
> Key: CXF-8931
> URL: https://issues.apache.org/jira/browse/CXF-8931
> Project: CXF
> Issue Type: Bug
> Reporter: Jim Ma
> Assignee: Jim Ma
> Priority: Major
>
> This works with URLConnectionHttpConduit, but this doesn't work with the new
> HttpClientHTTPConduit. When set the HttpClientPolicy.setAllowChunking(false)
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)