koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

Fix send stream issue that head is not written if content is empty #626

Closed Swordsman-Inaction closed 5 years ago

Swordsman-Inaction commented 5 years ago

The response head is not written when the totalLength is 0 in sendStream.

This is necessary, for example I'd like to send a file, but the file could be empty sometimes.