RE: Transfer completion is not reported if 200 for GET has body and has no Content-Length header

2017-08-09 Thread Novoseltsev, Igor via curl-library
>> My application sends GET and receives 200 with body in response. The >> 200 response has no Content-Length header. That causes libcurl not to >> report DONE for the Easy, even whole body was reed from socket. >> >> To indicate end of body the server closes connection. > I can't reproduce this

RE: Transfer completion is not reported if 200 for GET has body and has no Content-Length header

2017-08-09 Thread Novoseltsev, Igor via curl-library
> The request method doesn't matter for this. libcurl handles the end of the > response the same way no matter which. Will debug it next time if encounter that problem again. Thank you! Spirent Communications e-mail confidentiality.

Transfer completion is not reported if 200 for GET has body and has no Content-Length header

2017-08-08 Thread Novoseltsev, Igor via curl-library
Hello folks, I encountered issue while using libcurl 7.54.1 on Win7 (though OS does not matter). My application sends GET and receives 200 with body in response. The 200 response has no Content-Length header. That causes libcurl not to report DONE for the Easy, even whole body was reed from