Forums » Ruby-core » Net::HTTP#post does not behave as expected since ruby 1.8.4

Net::HTTP#post does not behave as expected since ruby 1.8.4
Posted by unknown (Guest)
on 16.06.2006 12:48
Bugs item #4782, was opened at 2006-06-16 12:46
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4782&group_id=426

Category: Standard Library
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: meinrad recheis (henon)
Assigned to: Nobody (None)
Summary: Net::HTTP#post does not behave as expected since ruby 1.8.4

Initial Comment:
Net::HTTP.start(server, port){|http|
   http.post(path, data)
}

the problem i am having with it:

in ruby 182 this worked fine. in ruby 1.8.4 i have trouble because the 
data seams not to be transeferred or transferred incorrectly to the 
server.



----------------------------------------------------------------------

You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4782&group_id=426