On Apr 24, 2014, at 10:45 AM, sor...@apache.org wrote:
> Repository: trafficserver
> Updated Branches:
> refs/heads/master eb183eef9 -> 22ed6d8ed
>
>
> TS-2736: Add config option to set the max open files limit for the
> traffic_server
> process to some percentage of the fs.file-max proc value
Hi all,
I'm trying to rewrite the METHOD of a request but i'm realy confused
about where to do this hack. It's a forward proxy.
It could be done in an easy way via plugin ? Or just inside source code ?
Any thoughts will be really appreciate.
Thanks in advance.
Tommy
You can do this via plugin, use TSHttpHdrMethodSet(...) in
TSRemapDoRemap(...)
On Fri, Apr 25, 2014 at 4:46 AM, Tommy Lee wrote:
> Hi all,
>
> I'm trying to rewrite the METHOD of a request but i'm realy confused
> about where to do this hack. It's a forward proxy.
>
> It could be done in an