Commit 5871cc1
committed
stack limit of 50, not Infinity
We don't have infinite room to send data, we only have 100KB, even for
POST, so we need to be a little bit conservative. 50 should be enough
for most cases. If we need to handle more, we'll need to implement
compression on the client so our packet is less than 100KB like our
other server side clients.1 parent 08bb29d commit 5871cc1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments