wazuh / wazuh-http-request

Wazuh HTTP request library
7 stars 6 forks source link

Add timeout to requests #61

Closed sebasfalcone closed 2 months ago

sebasfalcone commented 3 months ago

Description

Currently, there is no interface to configure the timeout for requests done using the library

This was evident while migrating SUSE, when the fetching mechanism stalled for 5 days

Expected

Timeouts occur after a set period

Blockers

We need first to improve the parameter addition mechanism:

DoD

sebasfalcone commented 3 months ago

@Dwordcito Which release should we use for this issue?

pereyra-m commented 3 months ago

Update

I begin with the implementation starting from the #60 branch

pereyra-m commented 3 months ago

Update

I research a pre-existent issue with the multi-handler.

pereyra-m commented 3 months ago

Update

I skip the failing tests and perform more testing.

pereyra-m commented 3 months ago

Update

I fix the RTR warnings.

pereyra-m commented 3 months ago

Update

I apply review changes.

pereyra-m commented 3 months ago

Update

I commit review changes.

pereyra-m commented 3 months ago

Update

Rebase branch.