hi, there,
I just tested the range requests. Strange things like:
1. When I directly sent the request to the server, I can get the ranged
data.
./client -a -v -h www.abc.com -p 80 -H 'Range:bytes=10-100\n'
http://www.abcd.com/1
2. When I sent the request to the Squid(2.4STABLE6, localhost), I can't
get any data but timed out. But the access.log and store.log showed that
the Squid had gotten the ranged data, not cached, and the ranged data was
sent to the client.
./client -a -v -p 3128 -H 'Range:bytes=10-100\n'
http://www.abcd.com/1
Could that be a bug somewhere or sth I made was wrong ?
-- Chen,Songqing Dept. of Computer Science College of William&MaryReceived on Thu Aug 08 2002 - 11:39:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:01 MST