[
https://issues.apache.org/jira/browse/TS-5006?focusedWorklogId=31133&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31133
]
ASF GitHub Bot logged work on TS-5006:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/16 21:52
Start Date: 26/Oct/16 21:52
Worklog Time Spent: 10m
Work Description: Github user PSUdaemon commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1140#discussion_r85228532
--- 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 --
I think @shinrich is looking at code further up where we check for NULLness
of `ua_session` so maybe she can say more whether or not we should be asserting.
Issue Time Tracking
-------------------
Worklog Id: (was: 31133)
Time Spent: 20m (was: 10m)
> 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: 20m
> Remaining Estimate: 0h
>
> Issue to track coverity fixes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)