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 <jp...@apache.org> on 2014/10/09 17:53:03 UTC

Re: git commit: Make README be consistent with official Docs as well as code.

Is there anything in the README that's not in the docs? Can we nuke it?

On Oct 8, 2014, at 9:16 PM, zwoop@apache.org wrote:

> Repository: trafficserver
> Updated Branches:
>  refs/heads/master ae573e94e -> b4529fd61
> 
> 
> Make README be consistent with official Docs as well as code.
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b4529fd6
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b4529fd6
> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b4529fd6
> 
> Branch: refs/heads/master
> Commit: b4529fd614059b8ed2eb6355431aa89f7289172d
> Parents: ae573e9
> Author: Leif Hedstrom <zw...@apache.org>
> Authored: Wed Oct 8 22:16:20 2014 -0600
> Committer: Leif Hedstrom <zw...@apache.org>
> Committed: Wed Oct 8 22:16:20 2014 -0600
> 
> ----------------------------------------------------------------------
> plugins/regex_remap/README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b4529fd6/plugins/regex_remap/README
> ----------------------------------------------------------------------
> diff --git a/plugins/regex_remap/README b/plugins/regex_remap/README
> index 2a98102..99e9a52 100644
> --- a/plugins/regex_remap/README
> +++ b/plugins/regex_remap/README
> @@ -105,7 +105,7 @@ remap.config. The following options are available
>     @no_activity_timeout=<nnn>      - No activity timeout (in ms)
>     @connect_timeout=<nnn>          - Connect timeouts (in ms)
>     @dns_timeout=<nnn>              - Connect timeouts (in ms)
> -    @lowercase_substitutions=<0|1>  - Turn on lowercasing all the substitutions
> +    @lowercase_substitutions        - Turn on lowercasing all the substitutions
> 
> 
> For example, this can be useful to force a particular response for some
>