MeiliSearch/meilisearch-http/src/index_controller
bors[bot] 8638c9ab77
Merge #232
232: Fix payload size limit r=MarinPostma a=MarinPostma

Fix #223

This was due to the fact that Payload ignores the limit payload size limit. I fixed it by implementing my own `Payload` extractor that checks that the size of the payload is not too large.

I also refactored the `create_app` a bit.

Co-authored-by: marin postma <postma.marin@protonmail.com>
2021-06-23 16:06:08 +00:00
..
dump_actor fix not found error 2021-06-23 15:06:36 +02:00
index_actor Update milli version to v0.5.0 2021-06-22 15:57:46 +02:00
update_actor move flush in write_to_file function 2021-06-23 16:49:25 +02:00
uuid_resolver review changes 2021-06-21 13:57:32 +02:00
error.rs enable errors in updates 2021-06-21 18:42:47 +02:00
mod.rs move payload to own module 2021-06-23 16:49:25 +02:00
snapshot.rs review changes 2021-06-21 13:57:32 +02:00
updates.rs clippy + fmt 2021-06-23 16:49:23 +02:00