etoffi jones <[EMAIL PROTECTED]> writes:

> i've been getting something interesting from wget, which can be seen the 4th 
> line below:
> 
> --18:04:05--  http://www.gamasutra.com:80/features/19990212/pathdemo.zip
>            => `pathdemo.zip'
> Connecting to www.gamasutra.com:80... connected!
> HTTP request sent, awaiting response... 200 !132340000000000000000200 OK

I assume you're confused with the stuff between "200" and "OK".

The server is free to place whatever it wants after the response
code.  Wget takes whatever it finds and displays it for user's
convenience.  (Some server admins put informative or funny messages
after the error code.)

So, barring a weird bug in Wget, I'd assume that the server admin
customized the server to print "200 !132340000000000000000200 OK"
instead of just "200 OK".

Reply via email to