Mathias Biilmann Christensen created TS-3217:
------------------------------------------------
Summary: Redirecting with TSHttpTxnRedirectUrlSet makes assertions
fail
Key: TS-3217
URL: https://issues.apache.org/jira/browse/TS-3217
Project: Traffic Server
Issue Type: Bug
Components: HTTP
Reporter: Mathias Biilmann Christensen
When compiling traffic server with --enable-debug using TSHttpTxnRedirectUrlSet
causes failed assertions.
Here's a simple example plugin replicating the behavior:
https://gist.github.com/biilmann/d9a877bb353224ff19de
This causes the following assertion to fail:
FATAL: HttpSM.cc:2467: failed assert `server_entry == NULL`
The patch for TS-3140 solves this, but leads to another assertion fail:
DEBUG: (http) [0] State Transition: SM_ACTION_API_OS_DNS ->
SM_ACTION_CACHE_ISSUE_WRITE
FATAL: HttpSM.cc:7108: failed assert `cache_sm.cache_write_vc == NULL`
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)