Describes what Gliding Squirrel should do with a connection once your HandleRequest() method has finished building a response.
Member Name | Description |
---|---|
Continue | Continues as normal by sending the response to the client, and then handling keep-alives as normal. |
KillConnection | Kills the connection without sending the response. |
LeaveAlone | Assumes that the client connection has been handed off to another connection manager and leaves it alone. |
SendAndKillConnection | Sends the response to the client, and then kills the connection. |