Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2995
Change Details
Change Details
Old
New
Diff
Rocket allows in debug to read request body as a string, but not in production. Switching to RequestBody implementation provided by Limiting Factor for such cases. This change fixes the following issue: error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied Fixes T1827.
Rocket allows in debug to read request body as a string, but not in production. Switching to RequestBody implementation provided by Limiting Factor for such cases. This change fixes the following issue: error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied Fixes T1827.
Rocket allows in debug to read request body as a string, but not in production. Switching to RequestBody implementation provided by Limiting Factor for such cases. This change fixes the following issue:
error[E0277]: the trait bound `std::string::String: FromDataSimple`
is not satisfied Fixes T1827.
Continue