Community
Participate
Working Groups
Build Identifier: The provided patch will reuse the HttpClient to save runtime at the cost of some test coupling which does no harm in this case. Also the timeout used has been reduced from 2s to 200ms. This might have side effects on some systems. So this patch needs thorough testing on different environments. Reproducible: Always
Created attachment 200712 [details] patch created with git format-patch
This patch has been applied in the beginning of the month. I suspect that most of the performance gain came from setting a short timeout rather when reusing HttpClient object.