Dan
unread,Jun 26, 2012, 9:06:16 AM6/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sloppy-discuss
Hi,
Thanks for the tool - it was very useful to quickly test timeout
behaviours of transactions bound to servlets.
To test this particular servlet, I made a modification to
com.dallaway.sloppy.SlowProxyThread.sendRequest(HttpURLConnection,
Headers, String) to throttle the writing of the request body as it is
sent between the proxy and the server. This seemed to work reasonably
well, but I assume that a delay is being introduced twice, once as it
is read from the browser into the proxy and once as it is written from
the proxy to the server.
Would you like me to supply the change as is? Or would you rather that
the delay is only between the proxy and browser?
Thanks again,
-Dan