Forum Discussion
coolzyt_17417
Nimbostratus
Oct 13, 2011How to close client connection when server closed connection
I am developing a upload service,And I use the f5 Load balance.
The upload server will check the upload is correct.
If server find some error in upload stream,
Server should close the connectio...
Michael_Yates
Nimbostratus
Oct 13, 2011Hi coolzyt,
Try this and see if it works for you:
when HTTP_REQUEST {
log local0. "Client IP Address: [IP::client_addr]."
}
when LB_SELECTED {
log local0. "Load Balanced Server: [LB::server addr]"
}
when SERVER_CLOSED {
log local0. "Server Connection Closed to [IP::server_addr]."
TCP::close
log local0. "TCP Connection Closed to [IP::client_addr]."
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects