From: Constantine Date: 2006-03-12T02:57:53+09:00 Subject: http-access2 question Hi! I'm learning Ruby and trying to write small script to fetch data from different web pages using http-access2. Playing with my own apache web server with mod_bw installed (http://bwmod.sourceforge.net/index.html) I have faced the problem when I don't receive the whole page, but only 8192 bytes. Without mod_bw everything works fine. Googling gave me, this message: http://www.zenspider.com/pipermail/ruby/2004-January/001287.html with very similar problem, but suggestion to use net/http instead of http-access2 looks like not good idea for me. Any help, guys? -- Posted via http://www.ruby-forum.com/.