[GitHub] trafficserver pull request #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread maskit
Github user maskit commented on a diff in the pull request:

https://github.com/apache/trafficserver/pull/1601#discussion_r107577489
  
--- Diff: example/protocol/Protocol.c ---
@@ -122,33 +122,29 @@ TSPluginInit(int argc, const char *argv[])
   server_port = 4666;
 
   if (argc < 3) {
-TSDebug("protocol", "Usage: protocol.so accept_port server_port");
+TSDebug(PLUGIN_NAME, "Usage: protocol.so accept_port server_port");
 printf("[protocol_plugin] Usage: protocol.so accept_port 
server_port\n");
--- End diff --

Should we keep these two?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1602: proxy.config.ssl.server.multicert.exit_on_load_fa...

2017-03-22 Thread mlibbey
GitHub user mlibbey opened an issue:

https://github.com/apache/trafficserver/issues/1602

proxy.config.ssl.server.multicert.exit_on_load_fail not documented

Not sure when proxy.config.ssl.server.multicert.exit_on_load_fail was 
added, but its not documented.

What does it do? Is it reloadable?






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
clang-analyzer build *successful*! 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/350/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
Intel CC build *successful*! 
https://ci.trafficserver.apache.org/job/icc-github/218/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
Linux build *successful*! 
https://ci.trafficserver.apache.org/job/linux-github/1680/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
FreeBSD11 build *successful*! 
https://ci.trafficserver.apache.org/job/freebsd-github/1787/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
AU check *successful*! 
https://ci.trafficserver.apache.org/job/autest-github/89/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
clang format *successful*! 
https://ci.trafficserver.apache.org/job/clang-format-github/92/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1601
  
RAT check *successful*! 
https://ci.trafficserver.apache.org/job/RAT-github/105/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1601: TS-4976: Regularize plugins - protocol

2017-03-22 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request:

https://github.com/apache/trafficserver/pull/1601

TS-4976: Regularize plugins - protocol

Incremental work on #1114.

This also updates the documentation on building a protocol plugin. In 
addition to changes required by the standardization of the plugin code, other 
errors were correct. Literal references were converted to links as much as 
possible.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SolidWallOfCode/trafficserver ts-4976-protocol

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1601.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 #1601


commit c759ec8572d9d2f144f2a1128d70e30dcfea06d0
Author: Alan M. Carroll 
Date:   2017-03-23T01:35:26Z

TS-4976: Regularize plugins - protocol




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1596: TS-4976: Regularize plugins - output_heade...

2017-03-22 Thread SolidWallOfCode
Github user SolidWallOfCode closed the pull request at:

https://github.com/apache/trafficserver/pull/1596


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread maskit
Github user maskit commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
@oknet The assert has gone. At least it works with H2. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1600: fix , remove not used array buf in rcv_dat...

2017-03-22 Thread bryancall
Github user bryancall closed the pull request at:

https://github.com/apache/trafficserver/pull/1600


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-22 Thread myraid
Github user myraid commented on the issue:

https://github.com/apache/trafficserver/pull/1557
  
@shukitchan @bryancall can you review the new code.
changed enforce_brotli to wildcard pattern matching for urls. 
Now enforce_brotli will override some of the existing configuration for url 
that matched the pattern.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
clang-analyzer build *successful*! 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/349/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
Linux build *successful*! 
https://ci.trafficserver.apache.org/job/linux-github/1679/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
Intel CC build *successful*! 
https://ci.trafficserver.apache.org/job/icc-github/217/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
AU check *successful*! 
https://ci.trafficserver.apache.org/job/autest-github/88/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
FreeBSD11 build *successful*! 
https://ci.trafficserver.apache.org/job/freebsd-github/1786/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
clang format *successful*! 
https://ci.trafficserver.apache.org/job/clang-format-github/91/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
RAT check *successful*! 
https://ci.trafficserver.apache.org/job/RAT-github/104/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread bryancall
Github user bryancall commented on the issue:

https://github.com/apache/trafficserver/pull/1600
  
[approve ci]


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1600: fix , remove not used array `buf` in `rcv_...

2017-03-22 Thread byronhe
GitHub user byronhe opened a pull request:

https://github.com/apache/trafficserver/pull/1600

fix , remove not used  array `buf` in `rcv_data_frame()`

fix , remove not used  array `buf` in `rcv_data_frame()`

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/byronhe/trafficserver patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1600.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 #1600


commit 69ef21dcf9f8cee026da89363871366dae2db01c
Author: byronhe 
Date:   2017-03-22T19:25:57Z

fix , remove not used  array `buf` in `rcv_data_frame()`

fix , remove not used  array `buf` in `rcv_data_frame()`




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
clang-analyzer build *successful*! 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/348/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
clang-analyzer build *successful*! 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/347/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
Linux build *successful*! 
https://ci.trafficserver.apache.org/job/linux-github/1678/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
Intel CC build *successful*! 
https://ci.trafficserver.apache.org/job/icc-github/216/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
AU check *successful*! 
https://ci.trafficserver.apache.org/job/autest-github/87/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
RAT check *successful*! 
https://ci.trafficserver.apache.org/job/RAT-github/103/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
clang format *successful*! 
https://ci.trafficserver.apache.org/job/clang-format-github/90/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
AU check *successful*! 
https://ci.trafficserver.apache.org/job/autest-github/86/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
FreeBSD11 build *successful*! 
https://ci.trafficserver.apache.org/job/freebsd-github/1784/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
Linux build *failed*! 
https://ci.trafficserver.apache.org/job/linux-github/1677/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
Intel CC build *failed*! 
https://ci.trafficserver.apache.org/job/icc-github/215/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
clang format *successful*! 
https://ci.trafficserver.apache.org/job/clang-format-github/89/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
RAT check *successful*! 
https://ci.trafficserver.apache.org/job/RAT-github/102/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread oknet
Github user oknet commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
@zwoop @SolidWallOfCode 
In HttpSM::tunnel_handler_post(), calling tunnel_handler_post_or_put(p) 
before vc_table.cleanup_all() and tunnel.chain_abort_all(p) to avoid assert 
that @maskit met.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread oknet
Github user oknet commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
The vc_table is cleanup_all() and tunnel is chain_abort_all(p) before we 
call tunnel_handler_post_or_put(p).
```
vc_table.cleanup_all();
tunnel.chain_abort_all(p);
```
we should call tunnel_handler_post_or_put() only if event == 
HTTP_TUNNEL_EVENT_DONE.

and replace HttpSM.cc:2790 with "terminate_sm = true;"



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1583: Set HttpSM::tunnel_handler_post to handle write e...

2017-03-22 Thread maskit
Github user maskit commented on the issue:

https://github.com/apache/trafficserver/pull/1583
  
I might be able to reproduce the issue, but only with H2. I couldn't 
reproduce it with H1.

What I did are:
- Add sleep(5) into consume() of PostBuffer plugin
- Set proxy.config.http.transaction_no_activity_timeout_in and 
proxy.config.http.transaction_active_timeout_in very small (2~5 sec)
- Apply the change on this PR
- Run ATS with the modified PostBuffer plugin
- Send a big POST request with curl

The patch fixes an abort issue but ATS still aborts. (Fails at another 
assert.)
```
Fatal: HttpSM.cc:2725: failed assertion 
`post_transform_info.entry->in_tunnel == true`
2017-03-22 16:14:23.623562 traffic_server[68093:3635467] Fatal: 
HttpSM.cc:2725: failed assertion `post_transform_info.entry->in_tunnel == true`
```
```
(lldb) bt
* thread #14: tid = 0x37790b, 0x7fffd5191dd6 
libsystem_kernel.dylib`__pthread_kill + 10, name = '[ET_NET 11]', stop reason = 
signal SIGABRT
  * frame #0: 0x7fffd5191dd6 libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x7fffd527d787 libsystem_pthread.dylib`pthread_kill + 90
frame #2: 0x7fffd50f7420 libsystem_c.dylib`abort + 129
frame #3: 0x0002abd0 
libtsutil.7.dylib`ink_abort(message_format="%s:%d: failed assertion `%s`") + 
368 at ink_error.cc:99
frame #4: 0x00027a0f 
libtsutil.7.dylib`::_ink_assert(expression="post_transform_info.entry->in_tunnel
 == true", file="HttpSM.cc", line=2725) + 47 at ink_assert.cc:37
frame #5: 0x00010014ca3e 
traffic_server`HttpSM::tunnel_handler_post_or_put(this=0x05cfd9b0, 
p=0x05cfef00) + 174 at HttpSM.cc:2725
frame #6: 0x00010013fa06 
traffic_server`HttpSM::tunnel_handler_post(this=0x05cfd9b0, event=103, 
data=0x03e2ded0) + 1062 at HttpSM.cc:2790
frame #7: 0x000100137708 
traffic_server`HttpSM::main_handler(this=0x05cfd9b0, event=103, 
data=0x03e2ded0) + 776 at HttpSM.cc:2682
frame #8: 0x00010001ef60 
traffic_server`Continuation::handleEvent(this=0x05cfd9b0, event=103, 
data=0x03e2ded0) + 112 at I_Continuation.h:153
frame #9: 0x0001001be69f 
traffic_server`Http2Stream::main_event_handler(this=0x03e2db40, 
event=103, edata=0x00b46aa0) + 1903 at Http2Stream.cc:88
frame #10: 0x00010001ef60 
traffic_server`Continuation::handleEvent(this=0x03e2db40, event=103, 
data=0x00b46aa0) + 112 at I_Continuation.h:153
frame #11: 0x000100375a15 
traffic_server`EThread::process_event(this=0x02d0c000, 
e=0x00b46aa0, calling_code=103) + 405 at UnixEThread.cc:143
frame #12: 0x0001003761dc 
traffic_server`EThread::execute(this=0x02d0c000) + 972 at 
UnixEThread.cc:240
frame #13: 0x000100374f57 
traffic_server`spawn_thread_internal(a=0x037000c0) + 103 at Thread.cc:84
frame #14: 0x7fffd527aaab libsystem_pthread.dylib`_pthread_body + 
180
frame #15: 0x7fffd527a9f7 libsystem_pthread.dylib`_pthread_start + 
286
frame #16: 0x7fffd527a1fd libsystem_pthread.dylib`thread_start + 13
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---