C
Constantine
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?
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?