反向代理实现AutoFlush

This commit is contained in:
刘祥超
2020-09-27 18:41:21 +08:00
parent af53fe6610
commit 55d3cd8d90
5 changed files with 60 additions and 48 deletions

View File

@@ -82,4 +82,5 @@ message UpdateReverseProxyRequest {
string requestHost = 2;
string requestURI = 3;
string stripPrefix = 4;
bool autoFlush = 5;
}