POST did not return any status message.
Sequence of messages were POST'ed from a java application to add members to a project.
After thousands of successful responses, one of the response did not return any status message. Hence my application was hung.
Should we give a timeout of each POST request.