Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

How to prevent retry of HTTP request in case of timeout?

$
0
0

My HTTP script behaves the following way in Performance Center 12.20 (script was developed in VuGen 12.50):

1. A request is sent in Sockets mode:
Action.c(727): t=46729ms: Already connected [0] to prep-brokers.com:443   [MsgId: MMSG-26000]
Action.c(727): t=46729ms: 1594-byte request headers for "https://prep-brokers.com/web_property...
...

2. Timeout:
Action.c(727): t=106731ms: Closed connection [0] to prep-brokers.com:443 after completing 30 requests   [MsgId: MMSG-26000]
Action.c(727): t=106731ms: reporting user data point RETRY_KEEP_ALIVE   [MsgId: MMSG-26000]
...

3. Reconnection to host:
Action.c(727): t=106731ms: Connecting [0] to host ...   [MsgId: MMSG-26000]
Action.c(727): t=106732ms: Connected socket [0] from ... to ...  in 1 ms   [MsgId: MMSG-26000]
...

4. Sending the same request 2nd time:
Action.c(727): t=106738ms: 1594-byte request headers for "https://prep-brokers.com/web_property...

Why does it behave this way?
How can I prevent a retry and get a timeout reported by LoadRunner?


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>