How to work with HttpPut?

2017-01-26 Thread Schurr, Bastian
Hi, I have to upload files - text files as well as binary files - to a server using http put method. I get the URL from the server and upload my sample files to the server without any failure. But when I open the uploaded files on the server I find modifications in the files like follows

wire/header logs on log4j2?

2017-01-26 Thread Marc Boorshtein
I have http-client 4.5.2 and core 4.4.4 running on log4j2 with the compatibility jars in place for 1.2. I can't seem to get wire or debug logs working. Here's my log4j2.xml: I don't get any output from htto client. Am I missing

[ANNOUNCEMENT] HttpComponents Client 4.5.3 GA Released

2017-01-26 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.2 GA release of HttpComponents HttpClient. HttpClient 4.5.3 is a maintenance release that fixes a number of minor bugs reported since 4.5.2. Download - Release notes -

Re: Support HTTP/2 protocol

2017-01-26 Thread Oleg Kalnichevski
On Thu, 2017-01-26 at 14:32 +0100, Philippe Mouawad wrote: > Hello , > Oleg kindly proposed to help JMeter project in adding HTTP/2 support. > > We have started this thread to work on design. > > As per Andrei remark, it seems ALPN is not yet supported by current > HTTPClient 5.x version. > Is

Re: Support HTTP/2 protocol

2017-01-26 Thread Philippe Mouawad
Hello , Oleg kindly proposed to help JMeter project in adding HTTP/2 support. We have started this thread to work on design. As per Andrei remark, it seems ALPN is not yet supported by current HTTPClient 5.x version. Is there some visibility on its support ? Thanks for your help. Regards On