You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by James Peach <ja...@me.com> on 2012/12/13 23:30:08 UTC

transfer encoding from plugins

Hi all,

I just noticed that in HttpTransact::check_request_validity(), we will reject requests that have "Transfer-Encoding: identity;q=0". Should we have a way for plugins to tell the core that they implement a transfer encoding?

J