[
https://issues.apache.org/jira/browse/TS-4664?focusedWorklogId=25516&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25516
]
ASF GitHub Bot logged work on TS-4664:
--------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/16 21:43
Start Date: 15/Jul/16 21:43
Worklog Time Spent: 10m
Work Description: GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/801
TS-4664: Fix crash by unifying event handlers for ClientSession.
Combining the handlers for ClientSession so both IO events and plugin
events can be handled.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts-4664
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/801.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 #801
----
commit f92fc3f0dcd3041fe700509944867adbffdc421f
Author: shinrich <[email protected]>
Date: 2016-07-15T21:31:49Z
TS-4664: Fix crash by unifying event handlers for ClientSession.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 25516)
Time Spent: 10m
Remaining Estimate: 0h
> Crash due to separate event handlers for IO events and plugin events for
> ClientSession
> --------------------------------------------------------------------------------------
>
> Key: TS-4664
> URL: https://issues.apache.org/jira/browse/TS-4664
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Susan Hinrichs
> Assignee: Susan Hinrichs
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Found while tracking TS-4507 and original fix on that branch.
> Cleaned up handling regular events at the same time as plugin events. The
> original code relied on the subclasses overriding handle_api_event to handle
> the regular events, but the handler only handled the TIMEOUT event. Changed
> that to augment the subclasses' main event handler to call out to
> state_api_callout in the event of the plugin events.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)