[
https://issues.apache.org/jira/browse/TS-5006?focusedWorklogId=31141&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31141
]
ASF GitHub Bot logged work on TS-5006:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/16 22:10
Start Date: 26/Oct/16 22:10
Worklog Time Spent: 10m
Work Description: Github user shinrich commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1140#discussion_r85231582
--- Diff: proxy/http/HttpSM.cc ---
@@ -3309,7 +3309,7 @@ HttpSM::tunnel_handler_ua(int event,
HttpTunnelConsumer *c)
// only external POSTs should be subject to this logic; ruling out
internal POSTs here
bool is_eligible_post_request = (t_state.method == HTTP_WKSIDX_POST);
- if (is_eligible_post_request) {
+ if (is_eligible_post_request && ua_session) {
--- End diff --
Yes, looked at that. I don't think the NULL check around abort is
necessary at all. So perhaps the easier thing is to remove that check.
Issue Time Tracking
-------------------
Worklog Id: (was: 31141)
Time Spent: 1.5h (was: 1h 20m)
> Fix Coverity Issues
> -------------------
>
> Key: TS-5006
> URL: https://issues.apache.org/jira/browse/TS-5006
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Phil Sorber
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Issue to track coverity fixes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)