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
Add detailed timing logs around HTTP client request
- Add logging immediately before and after client.Do() call
- Track request duration to identify where hang occurs
- Reduce timeout to 2 seconds to prevent long waits
- Should reveal if client.Do() is hanging or completing
Co-authored-by: f0ssel <[email protected]>
0 commit comments