SPWF04S HTTP-POST is sent in chunked transfer but not ended as per spec with ''0'', Why????
Posted on May 02, 2018 at 12:36I am posting data up to a server using HTTP post, the module sends the data in chunked mode. It is a relatively short packet, so is sent in one transfer. However the module does not end the transfer by sending a last c...