View Single Post
Old 05-22-2002, 08:03 PM   #6
dave
Guest
 
Posts: n/a
I've read that, at times, Google is sending server signals based upon the following logic:

if [[ -shitty ${BROWSER} ]]; then
  crash
else
  send_web_page
fi

this is supposedly done at randome. hopefully that will clear things up.
  Reply With Quote