Actions
Bug #20115
closedMake HTTP keep alive configurable in relayd
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
To allow avoiding situations where the client keep alive is longer than the server, and some requests fail because the server closes the connection during the client request, which fails with:
oct. 12 21:31:14 relay rudder-relayd[23795]: ERROR relayd::processing::inventory: output error: HTTP error: https://server/inventory-updates/1634074274.912600401.sign: connection closed before message completed
We can also configure a lower default. 2s is below previous (15s) and current (5s) default value in apache httpd.
details: https://www.notion.so/rudderio/101100-Inventories-en-chec-a50cf97d473547429c1c835afc4a04d6
Updated by Alexis Mousset about 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3934
Updated by Alexis Mousset about 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|845cc912377abc1d7b864ec9138cf93b4fd845f4.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta2 which was released today.
Actions