[jira] [Commented] (TS-3325) TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash

2015-01-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14295491#comment-14295491
 ] 

ASF subversion and git services commented on TS-3325:
-

Commit d89f702d1d308f0b28e995cc65e885669d09cdae in trafficserver's branch 
refs/heads/master from [~wbardwel]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d89f702 ]

TS-3325 TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash

Make skipping the rest of the cache states work if something turns off http
caching later in the transaction.


 TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash
 --

 Key: TS-3325
 URL: https://issues.apache.org/jira/browse/TS-3325
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 It is possible to get a crash with a null url in the cache if you turn 
 caching off in the middle of a transaction, but a trivial change fixes this...
 (This showed up because TSHttpTxnCacheLookupSkip() worked in those cases, but 
 this replacement for it didn't.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3325) TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash

2015-01-26 Thread William Bardwell (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292321#comment-14292321
 ] 

William Bardwell commented on TS-3325:
--

TS-2195 got rid of TSHttpTxnCacheLookupSkip()..

 TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash
 --

 Key: TS-3325
 URL: https://issues.apache.org/jira/browse/TS-3325
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 It is possible to get a crash with a null url in the cache if you turn 
 caching off in the middle of a transaction, but a trivial change fixes this...
 (This showed up because TSHttpTxnCacheLookupSkip() worked in those cases, but 
 this replacement for it didn't.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)