ltm rule command SPDY disconnectΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



SPDY::disconnect
       This command allows you to cleanly terminate the current SPDY session.

SYNOPSIS
DESCRIPTION
       Cleanly terminates the current SPDY session, if SPDY is active.

RETURN VALUE
       The return is 0 if the disconnect was clean. If a GOAWAY frame cannot
       be sent, an error will be returned.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    if {[SPDY::active]} {
		SPDY::disconnect
	    }
	}

HINTS
       The session will be disconnected only if SPDY is active.

SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0
	   --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)