Re: [MERGE] Kill compat/unsafe.h, not really needed and causes more grief than gain

2010-08-19 Thread Kinkie
+1 --     /kinkie

Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #764

2010-08-19 Thread noc
See Changes: [Henrik Nordstrom ] Kill redundant hexd program from purge. There is too many other tools for producing a readable hexdump of a file. [Henrik Nordstrom ] Also fix up hexd to Squid coding standards [Henrik Nor

[MERGE] Kill compat/unsafe.h, not really needed and causes more grief than gain

2010-08-19 Thread Henrik Nordström
# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: hen...@henriknordstrom.net-20100820031034-\ # 0o3f9jw06pqkgmwa # target_branch: http://www.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 7c770c668bbf0875624a280061c125890faeda6d # timestamp: 2010-08-20 05:10:39 +0200 # base_rev

compat/unsafe.h

2010-08-19 Thread Henrik Nordström
Stumbled over compat/unsafe.h again when trying to compile trunk after the purge merge. Imho these rules in compat/unsafe.h should be dropped, replaced by coding standards for the different sections and auditing. - The rules originally come from lazyness in Squid-2 where we did not want to check

Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #763

2010-08-19 Thread noc
See Changes: [Automatic source maintenance ] SourceFormat Enforcement [Francesco Chemolli ] configure.in fix: properly pass default hosts_file option around during build. -- [...trun

[PATCH] Compliance: respond to OPTIONS requests with zero Max-Forwards value.

2010-08-19 Thread Alex Rousskov
Compliance: respond to OPTIONS requests with zero Max-Forwards value. RFC 2616 section 9.2 says that a proxy MUST NOT forward requests with a zero Max-Forwards value. RFC 2616 does not define proper OPTIONS responses, so we consider successful responses optional and reply with 501 Not Implemented

[PREVIEW] 1xx response forwarding

2010-08-19 Thread Alex Rousskov
On Mon, 16 Aug 2010 15:53:42 -0600, Alex Rousskov wrote: > Hello, > > We need to forward 1xx control messages from servers to clients. I > see two implementation options: > > 1. Use Store. Squid client side expects responses via storeClientCopy, > so we will be using the usual/normal code p

Re: [PATCH] Compliance: rename Trailers header to Trailer everywhere.

2010-08-19 Thread Alex Rousskov
On 08/18/2010 10:09 PM, Alex Rousskov wrote: Compliance: rename Trailers header to Trailer everywhere. RFC 2616 section 13.5.1 has a typo in Trailers header name. The correct name is Trailer. See http://trac.tools.ietf.org/wg/httpbis/trac/ticket/9 Co-Advisor test cases: test_case/rfc2616/hopHdr

Build failed in Hudson: 3.HEAD-amd64-CentOS-5.3 #762

2010-08-19 Thread noc
See Changes: [Francesco Chemolli ] configure.in fix: properly pass default hosts_file option around during build. [Amos Jeffries ] Bundle the purge and hexd tools with Squid sources. Fixes the remaining known errors with p

Re: Build failed in Hudson: 3.HEAD-i386-FreeBSD-6.4 #444

2010-08-19 Thread Kinkie
> /usr/local/include/sasl/sasl.h exists currently on west. > > Unless someone answered your plea and installed it between now and the > test it appears to be a configure problem. Worked around by specifying CPPFLAGS and LDFLAGS for extra include paths (in the node properties, not in the projects'

Hudson build is back to normal: 3.HEAD-i386-FreeBSD-6.4 #446

2010-08-19 Thread noc
See