imay commented on issue #549: Add a colocate join meta repair tool URL: https://github.com/apache/incubator-doris/issues/549#issuecomment-455999649 > @imay I added header "Transfer-Encoding: chunked" to java http client, which still work well. After I debugged, I think either the Netty HttpObjectAggregator or curl has a bug. > > OK, I will try the second way. When there is a "Transfer-Encoding: chunked" in HTTP header, there is often no "Content-Length" header. So your adding "Transfer-Encoding: chunked" maybe has no effect. You can echo your test to a temporary file, and then use curl to upload it, instead of using command pipeline. Then, curl client is supposed to send "Content-Length" other than "Transfer-Encoding: chunked".
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org