Re: req_header implementation ...

2006-08-05 Thread Guido Serassio
Hi, At 14.12 05/08/2006, Robert Collins wrote: I've just committed a cleanup to the ACLHTTPHeaderData source : it had a complete copy of ACLRegexData embedded in it, which was not needed. There was another glitch - the source files had been copied, but the #include guards had not been updated

req_header implementation ...

2006-08-05 Thread Robert Collins
I've just committed a cleanup to the ACLHTTPHeaderData source : it had a complete copy of ACLRegexData embedded in it, which was not needed. There was another glitch - the source files had been copied, but the #include guards had not been updated to reflect the new header file name. I think guido