Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public void handle( String target, Request baseRequest, HttpServletRequest reque
{
try
{
Thread.sleep( 15 );
// wait long enough for read timeout to happen in client
Thread.sleep( 100 );
}
catch ( InterruptedException e )
{
Expand Down