Forum Discussion
hooleylist
Jul 13, 2011Cirrostratus
Actually, I think the issue is that you have an existing TCP connection to the virtual server, disable the virtual server and then continue to make requests over the pre-existing connection. If you want to ensure no pre-existing connections are allowed, you can disable the virtual server and then clear the connection table entries for that VS:
b conn server 10.1.0.15:80 delete
Aaron