hjr3 / soldr

Other
23 stars 2 forks source link

Origin configuration should constrain body size #66

Open hjr3 opened 8 months ago

hjr3 commented 8 months ago

Currently, we constrain the body size when proxying a request:

let body = axum::body::to_bytes(body, 1_000_000).await?

this should be configurable.