反向代理实现AutoFlush

This commit is contained in:
GoEdgeLab
2020-09-27 18:41:21 +08:00
parent a737e5cb20
commit 53dc4f7574
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;
}