I was about to code a little web server for study reasons.
So I made a little mistake and sent a negative content
length field to my clients.
Tried to get a jpg file with wget and it dumped:

[EMAIL PROTECTED]:~$ wget 127.0.0.1:8888/big.jpg
--13:49:41--  http://127.0.0.1:8888/big.jpg
           => `big.jpg'
Connecting to 127.0.0.1:8888... connected.
HTTP request sent, awaiting response... 200 OK
Length: -1,682

    [ <=>                                 ] 0             --.--K/s

Aborted (core dumped)

I know my web server shouldn't sent such things, but
I'd like to report it anyway.

cya

btw: non-subscriber

Reply via email to