反向代理可以整体设置源站默认超时时间等参数

This commit is contained in:
GoEdgeLab
2021-03-26 22:10:57 +08:00
parent 3d82bfd3c5
commit 7abc85f476
4 changed files with 148 additions and 68 deletions

View File

@@ -85,4 +85,9 @@ message UpdateReverseProxyRequest {
string stripPrefix = 4;
bool autoFlush = 5;
repeated string addHeaders = 7;
bytes connTimeoutJSON = 8;
bytes readTimeoutJSON = 9;
bytes idleTimeoutJSON = 10;
int32 maxConns = 11;
int32 maxIdleConns = 12;
}