Commit cf14157
authored
fix: Ensure we drain the request data stream completely, even if we realize it is too large (serverpod#3291)
1 parent 751efbb commit cf14157
File tree
7 files changed
+311
-147
lines changed- packages/serverpod/lib/src/server
- tests
- serverpod_test_client/lib/src/protocol
- serverpod_test_server
- lib/src
- endpoints
- generated
- test_e2e
- test_integration/test_tools
7 files changed
+311
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
437 | 441 | | |
438 | | - | |
439 | 442 | | |
440 | | - | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
441 | 450 | | |
442 | 451 | | |
443 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3064 | 3064 | | |
3065 | 3065 | | |
3066 | 3066 | | |
| 3067 | + | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
3067 | 3088 | | |
3068 | 3089 | | |
3069 | 3090 | | |
| |||
3167 | 3188 | | |
3168 | 3189 | | |
3169 | 3190 | | |
| 3191 | + | |
3170 | 3192 | | |
3171 | 3193 | | |
3172 | 3194 | | |
| |||
3260 | 3282 | | |
3261 | 3283 | | |
3262 | 3284 | | |
| 3285 | + | |
| 3286 | + | |
3263 | 3287 | | |
3264 | 3288 | | |
3265 | 3289 | | |
| |||
3310 | 3334 | | |
3311 | 3335 | | |
3312 | 3336 | | |
| 3337 | + | |
3313 | 3338 | | |
3314 | 3339 | | |
3315 | 3340 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments