> Tell you what I'll do- I'll throw the cookie headers you mentioned earlier > into the test suite and see if I can adjust the parser to make better sense > of them (no promises tho). What won't change is the error behavior- apreq > will throw an error on invalid cookie headers, to alert you that the data > in the header is malformed and may not be parsed faithfully. If you still > want to work with the data, you can always do that by using the error object > as if it were an ordinary APR::Request object.
That's interesting - I didn't know you could do that. thanks - will await your results with interest :) clint > > >