Hmmm, I haven't looked, but I'm wondering if these are objects we should be
using, but never got implemented or refactored?
-- leif
On Sep 27, 2011, at 11:17 AM, Igor Galić wrote:
>
>> the reason I'm writing are classes such as *Exception and
>> *FatalClass:
>>
>>
>> http://ci.apache.org/p
> the reason I'm writing are classes such as *Exception and
> *FatalClass:
>
>
> http://ci.apache.org/projects/trafficserver/trunk/doxygen/classFileStatException.html
>
> http://ci.apache.org/projects/trafficserver/trunk/doxygen/structMachineFatalClass.html
>
> Which aren't used anywhere in
Hi folks,
I was examining the doxygen generated API for some clues:
http://ci.apache.org/projects/trafficserver/trunk/doxygen/
when I stumbled across a couple of oddities. First off, this thing
hasn't been regenerated since the beginning of this year. I have been
focusing my attention on the
when browsering the codes in prefetch:
> /* skip if it is encoded */
> c_type = resp->value_get(MIME_FIELD_CONTENT_ENCODING,
> MIME_LEN_CONTENT_ENCODING, &c_type_len);
> if (c_type) {
> char type[64];
> memcpy(type, c_type, c_type_len);
> type[c_type_len] = 0;
> Debug("Prefetc