mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Desktop Generate new root certificate (#185)
This commit is contained in:
@@ -71,8 +71,8 @@ abstract interface class Encoder<T> {
|
||||
|
||||
/// 编解码器
|
||||
abstract class Codec<T> implements Decoder<T>, Encoder<T> {
|
||||
static const int defaultMaxInitialLineLength = 409600;
|
||||
static const int maxBodyLength = 4096000;
|
||||
static const int defaultMaxInitialLineLength = 1024000; // 1M
|
||||
static const int maxBodyLength = 4096000; // 4M
|
||||
}
|
||||
|
||||
/// http编解码
|
||||
|
||||
Reference in New Issue
Block a user