ltm rule command SPDY concurrencyΒΆ

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



SPDY::concurrency
       This command can be used to determine the number of concurrent requests
       that the client is allowed to send over this SPDY session.

SYNOPSIS
DESCRIPTION
       Returns the number of concurrent requests that the client is allowed to
       send over this SPDY session.

RETURN VALUE
       The return is a number indicating the active concurrent streams in
       current SPDY session.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    log local0. "Number of active concurrent streams is [SPDY::concurrency]"
	}

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



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