🐛 Increase the header field size limit
This commit is contained in:
parent
7994d1a897
commit
c8bba4fb2d
@ -29,6 +29,7 @@ func NewServer() *WebApp {
|
|||||||
JSONEncoder: json.Marshal,
|
JSONEncoder: json.Marshal,
|
||||||
JSONDecoder: json.Unmarshal,
|
JSONDecoder: json.Unmarshal,
|
||||||
BodyLimit: 512 * 1024 * 1024 * 1024, // 512 TiB
|
BodyLimit: 512 * 1024 * 1024 * 1024, // 512 TiB
|
||||||
|
ReadBufferSize: 5 * 1024 * 1024, // 5MB for large JWT
|
||||||
EnablePrintRoutes: viper.GetBool("debug.print_routes"),
|
EnablePrintRoutes: viper.GetBool("debug.print_routes"),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user