When POST request is received by the server it is natural to attempt to read its body data. But when no data is sent or empty data is sent in request body then data reader closure is never called resulting in request never complete. There is no other way except attempting to read data to know if any data is sent at all.
#65 adds test that demonstrates this issue