From: "Ryan Bloom" <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 11:14 PM

> > Add one more placeholder, FIXED_METHODS, corresponding to the last
> > M_INVALID + 1.
> 
> It's already there.  Look for METHOD_NUMBER_FIRST in http_protocol.h.  :-)
> 
> > Stuff them in the hash and pull out all the bogus tests from
> > ap_method_number_of!!! You can't add a new 'GOOBLE' method, it will map to
> > 'G' -- 'GET'.
> 
> I dislike changing how the core works in the same patch as when we introduce a
> new API.  Let's commit the API change, and then fix the core.  And GOOBLE won't
> map to GET, because we strcmp the two values.

Yup... I missed that, and yes, these improvements can go in through another patch.

Reply via email to