Re: [squid-users] Caching a Pelco Net IP Camera

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sun, 12 Nov 2006 16:41:13 +0100

lör 2006-11-11 klockan 07:46 -0300 skrev Oliver Schulze L.:
> I'm using squid
> squid-2.5.STABLE6-3.4E.12

Ah, pretty ancient version. Explains the error code (but not the error
as such).

As I said earlier the request sent to your proxy is apparently not
correctly formed. A HTTP/1.0 proxy request line looks like

GET http://host/path HTTP/1.0<cr><nl>
[0 or more headers<cr><nl>]
<cr><nl>

It's possible Squid-2.6 maybe swallows the request as it has somewhat
more relaxed rules about what is a valid request line, also accepting
HTTP/0.9 requests

GET http://host/path<cr><nl>
[nothing more]

but don't bet on it.

Regards
Henrik

Received on Sun Nov 12 2006 - 08:41:22 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST