You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FFM-11006 Add Connection close header
**What**
- Adds a connection close header to the http requests to prevent
connections being re-used
**Why**
- We were seeing every other POST /metrics request fail with an EOF
error but when we ran with the debugger this didn't happen. After some
research it seems like this can happen due to the way the http client
tries to re-use connections. Adding this header means we'll close the
connection once the request has completed
**Testing**
- Tested this fix out locally
Co-authored-by: Erdi Rowlands <[email protected]>
0 commit comments