| > Flow Control - Number of Connections = 1
> The program still uses up to 2 connections.
> Is this a bug?
No - the jsp pages need to be tested, which require a
supplemental socket. To avoid that, use MIME setup: add the
following in the commandline:
--assume jsp=text/html
(you can add mutliple ones: such as
--assume jsp,asp,php,cgi=text/html
) | |