Re: protocol problem in MultiPartAsyncEntityProducer implementation

2023-10-20 Thread vostinar laurian
letters from the file are received in console. Calling  requestConfigBuilder.setExpectContinueEnabled(false) has no effect because that one is false by default.  On Thursday, October 19, 2023 at 02:58:31 PM GMT+3, Oleg Kalnichevski wrote: On 19/10/2023 13:30, vostinar laurian wrote: > Hi, > I

protocol problem in MultiPartAsyncEntityProducer implementation

2023-10-19 Thread vostinar laurian
Hi, I implemented a MultiPartAsyncEntityProducer, my code is: here | | | servoy-extensions/com.servoy.extensions... | My code is based on FileEntityProducer , just that instead of writing just a file content, it writes more stuff. It seems to work fine, but I have a complaint: when using a

Support for Multipart request in Async HTTPClient (5.x)

2022-10-20 Thread vostinar laurian
Hi, Any plans to add support for multi part request in Async HTTPClient ? Currently, there is only MultipartEntityBuilder which is part of sync HTTPClient and can only be used in async API if all the data is loaded in memory (which is not ideal). Anyone who has implemented a custom request