I'm having a problem with a simple post request. The issue is that the
receiving side fails to process the message because apparently the body
of the post message is not sent in a single packet together with the
headers. The body contains only xml.
I'm running webrick. The thing is that if I use NET::HTTP the problem
occurs
Is there a way to tell net::http to send the request at once??
I'd like to use that.
I'll now go through the pain of installing Curb/curl on windows where
the app runs. So if someone has any hints to get net::http working...
I don't know of such an option, I do however know that any server that
has such a requirement is rather odd and non standards compliant (and
what are you going to do when you need to send more than one packet of
data or if a user (for whatever random reason) has a connection with a
lower packet size than you currently do ?).