verloop / twirpy

Twirp's python implementation
The Unlicense
99 stars 20 forks source link

Set a configurable limit on request body size #24

Closed ofpiyush closed 3 years ago

ofpiyush commented 3 years ago

With #23, twirpy now allows for infinite request attacks.

Add support for configurable max request length with default set to 100kb as the old default behaviour?

avinassh commented 3 years ago

100kb or 4mb? (the GRPC default)