Skip to content

Conversation

nxtreaming
Copy link
Owner

@nxtreaming nxtreaming commented Aug 6, 2025

Summary

  • gracefully close timed-out HTTP connections by sending a FIN and logging remaining SOCKS5 tunnels
  • enable Tokio's io-util helpers for connection shutdowns

Testing

  • cargo test

https://chatgpt.com/codex/tasks/task_e_68937bc95304832aa135f60220a222c5


Summary by cubic

Added a timeout for HTTP connections and ensured they close cleanly by sending a FIN signal and logging remaining SOCKS5 tunnels.

  • Bug Fixes
    • Closes timed-out HTTP connections to prevent resource leaks.
    • Logs active SOCKS5 tunnels after each connection ends.
    • Uses Tokio's io-util helpers for proper connection shutdown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant