send call hangs indefinitely
I want to make a post request to a Tomcat server with some data. If the data has more than 100kb the send call hangs indefinitely, and the server doesn't receive the request. Otherwise it works fine. As far as I know, I made the configurations on the server to receive posts of up to 20 MB, explicitly the maxPostSize configuration. Did any of you encounter such problem?
Yes. I have the same problem.
I forgot to say I was making my request synchronous
if you're making the request synchronously, then you would expect it to hang until it returns. Is the server ever responding to the request?