[
https://issues.apache.org/jira/browse/TS-4402?focusedWorklogId=27737&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27737
]
ASF GitHub Bot logged work on TS-4402:
--------------------------------------
Author: ASF GitHub Bot
Created on: 01/Sep/16 17:31
Start Date: 01/Sep/16 17:31
Worklog Time Spent: 10m
Work Description: GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/953
TS-4402 Fixes some config "Int" types to "Byte" types
This also makes some reordering of the Byte types to be consistent.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4402
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/953.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #953
----
commit 1f72b9e8959ce734779800634a6702d6ba8989ac
Author: Leif Hedstrom <[email protected]>
Date: 2016-09-01T16:57:18Z
TS-4402 Cleanups of the existing MgmtByte first
commit e9f6507a5b52683aed72b10c9cf3c99ed3ae3115
Author: Leif Hedstrom <[email protected]>
Date: 2016-09-01T17:15:43Z
TS-4402 Changes some MgmtInt to Byte, and reorder
----
Issue Time Tracking
-------------------
Worklog Id: (was: 27737)
Time Spent: 10m
Remaining Estimate: 0h
> Some HTTP configs were added as MgmtInt, but should be MgmtByte
> ---------------------------------------------------------------
>
> Key: TS-4402
> URL: https://issues.apache.org/jira/browse/TS-4402
> Project: Traffic Server
> Issue Type: Improvement
> Components: Configuration
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Labels: newbie
> Fix For: 7.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Specifically I think these should be Byte's, to be consistent with the rest
> of the internals:
> {code}
> MgmtInt attach_server_session_to_client;
> MgmtInt cache_open_write_fail_action
> {code}
> Now, changing this might break the same snapshot? [[email protected]]
> Also, while going through these, a couple of overridable configs are marked
> as MgmtInt in InkAPI.cc, where in fact they are MgmtByte (so the inverse
> problem). I'll fix this as part of TS-4401.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)