Y
Hacker News
new
|
ask
|
show
|
jobs
by
dalanmiller
3346 days ago
Would you mind elaborating?
1 comments
fafhrd91
3346 days ago
check Sanic code, it loads whole incoming payload into memory before processing it. event for 404, so I can write very simple script that would consume all memory. and you can not really protect sanic service with proxy (nginx)
link