I want to upload audio data through chunked transfer encoding. My application reads audio buffer after each 0.5 seconds. As soon as I get data, I want to upload this data on the server using chunked encoding. Also I want to keep the connection open. So, after 0.5 seconds, when next buffer will be available, I can upload those data on same connection.I want to upload audio data through chunked tra