Using tomcat8.5 ...I'm not getting the complete response as using tomcat8.0.
There is a difference between this 2 versions about the HTTP request or response?
PUT tomcat8.0 response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Tue, 23 Aug 2016 08:59:48 GMT
PUT tomcat8.5 response:
HTTP/1.1 200
Transfer-Encoding: chunked
Date: Tue, 23 Aug 2016 09:05:20 GMT
I'm using C++ soket methods to send the request.