meilisearch/meilisearch-http/src
bors[bot] 09ec8e9fca
Merge #2471
2471: Remove the connection keep-alive timeout r=MarinPostma a=Thearas

# Pull Request

## What does this PR do?
Fixes <https://github.com/meilisearch/meilisearch-go/issues/221>.
Meilisearch has a default connection keep-alive timeout for 5s, which means it will close the connections with idle time >= 5s.
This PR set actix-web keep-alive config to `KeepAlive::Os`, let the client and system to decide when to close the connection.

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?


Co-authored-by: Thearas <thearas850@gmail.com>
2022-06-08 06:59:25 +00:00
..
analytics Fix the segment analytics tests 2022-06-06 10:44:46 +02:00
extractors Fix PR comments 2022-06-01 18:06:20 +02:00
helpers Export milli's heed from meilisearch-lib 2022-03-24 15:30:10 +01:00
routes feat(auth): Paginate API keys listing 2022-06-07 17:37:48 +02:00
error.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
lib.rs Add indexUid filtering on the /tasks route 2022-05-31 11:33:20 +02:00
main.rs fmt 2022-06-07 03:50:39 +08:00
option.rs Add version flag 2022-04-12 15:22:36 -04:00
task.rs move index_uid from task to task_content 2022-06-02 15:30:35 +02:00