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
Enhance HTTP handling with X-Forwarded-For support and connection management
- Added "X-Forwarded-For" header to requests to forward the real client IP address.
- Updated hop-by-hop headers to include "x-forwarded-for".
- Implemented logic to set "Connection: close" in responses when keep-alive is disabled, ensuring proper connection lifecycle management.
0 commit comments