In this case is better to have everything contained on the same plugin.
Regards,
Juan Pablo.
2014-07-31 12:31 GMT-03:00 Leif Hedstrom :
>
> On Jul 31, 2014, at 12:16 AM, Juan Pablo Daniel
> wrote:
>
> > Hello list, I'm on a forward proxy setup working with a plugin. I need to
> > delete a Head
This worked!
Thanks you :)
2014-07-31 6:25 GMT-03:00 Nick Kew :
> On Thu, 2014-07-31 at 03:16 -0300, Juan Pablo Daniel wrote:
> > Hello list, I'm on a forward proxy setup working with a plugin. I need to
> > delete a Header that comes from the user browser so it doesn't make it to
> > internet.
Github user jpeach commented on the pull request:
https://github.com/apache/trafficserver/pull/100#issuecomment-50781306
Traffic Server counters are int64 ... can ElasticSearch deal with that, or
is it constrained to JavaScript compatible numeric types?
---
If your project is set up
On Jul 31, 2014, at 12:16 AM, Juan Pablo Daniel wrote:
> Hello list, I'm on a forward proxy setup working with a plugin. I need to
> delete a Header that comes from the user browser so it doesn't make it to
> internet.
> For this I'm trying to use TSHttpHdrDestroy, but it's doing nothing.
> I ge
GitHub user saltukalakus opened a pull request:
https://github.com/apache/trafficserver/pull/100
DEV: Quotation marks removed for numeric values
In "Stats over Http" plugin, it is better if integer and floating values
does not have quotation marks in JSON output. This way pluging JS
On Thu, 2014-07-31 at 03:16 -0300, Juan Pablo Daniel wrote:
> Hello list, I'm on a forward proxy setup working with a plugin. I need to
> delete a Header that comes from the user browser so it doesn't make it to
> internet.
That'll be TSMimeHdrFieldFind / TSMimeHdrFieldDestroy you're
looking for.