-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: supports subpath routing #2026
Conversation
header); | ||
HttpResponse response; | ||
SendHttpRequest( | ||
make_unique<HttpRequest>(HTTP_POST, httpsFlag, host, httpsFlag ? 443 : 80, subpath, "", header, body), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https也需要测试下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我手动测试过商业版和开源版,上报都是没问题的。HTTPS 这个也是要加到 e2e 测试里面吗
55befac
to
ede9029
Compare
unique_ptr<PipelineConfig> config; | ||
unique_ptr<Pipeline> pipeline; | ||
// new pipeline | ||
configStr = R"( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flusher的tag和input的输出必须配套使用
No description provided.