alibaba / virtual-environment

Route isolation with service sharing https://alibaba.github.io/virtual-environment/#/zh-cn/
MIT License
217 stars 39 forks source link

example apps automatically add "empty" as env mark when env mark header not exist #1

Closed linfan closed 4 years ago

linfan commented 4 years ago

Description:

when request do not have env mark in header, example apps always put "empty" as env mark header to subsequence requests. it cause the auto-append header feature could not be demonstrated by these example apps.

How to reproduce:

the ci script will reproduce the problem.

./ci.sh
linfan commented 4 years ago

ci test updated to fit example apps