Re: Unused classes

2011-09-27 Thread Leif Hedstrom
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

Re: Unused classes

2011-09-27 Thread Igor Galić
> 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

Unused classes

2011-09-27 Thread Igor Galić
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

should we support (d)encoding of the content?

2011-09-27 Thread ming....@gmail.com
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