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
Fix HTTP forwarding by making it fully synchronous
- Remove async context timeout that was causing premature completion
- Make HTTP request and response copying fully synchronous
- Add response flushing to ensure data reaches client
- Add detailed logging for bytes written and completion
- Should resolve the race condition causing empty replies
Co-authored-by: f0ssel <[email protected]>
0 commit comments