This repository was archived by the owner on May 27, 2019. It is now read-only.
Commit 920afe5
committed
fix(router): BodySize config can be "0"
Setting size to 0 disables checking of client request body size.
See http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size1 parent 4024db4 commit 920afe5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments