[
https://issues.apache.org/jira/browse/TS-4976?focusedWorklogId=30775&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30775
]
ASF GitHub Bot logged work on TS-4976:
--------------------------------------
Author: ASF GitHub Bot
Created on: 17/Oct/16 21:54
Start Date: 17/Oct/16 21:54
Worklog Time Spent: 10m
Work Description: Github user SolidWallOfCode commented on a diff in the
pull request:
https://github.com/apache/trafficserver/pull/1114#discussion_r83743000
--- Diff: plugins/experimental/ats_pagespeed/gzip/misc.cc ---
@@ -157,7 +157,7 @@ register_plugin()
const char *
load_dictionary(const char *preload_file)
{
- char *dict = (char *)malloc(800000);
+ char *dict = malloc(800000);
--- End diff --
That's outside the scope of this fix :-)
Issue Time Tracking
-------------------
Worklog Id: (was: 30775)
Time Spent: 40m (was: 0.5h)
> Clean up casting in the plugins.
> --------------------------------
>
> Key: TS-4976
> URL: https://issues.apache.org/jira/browse/TS-4976
> Project: Traffic Server
> Issue Type: Improvement
> Components: Plugins
> Reporter: Alan M. Carroll
> Time Spent: 40m
> Remaining Estimate: 0h
>
> With TS-4971 committed, we should clean up the {{const_cast}} formerly
> required.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)