282543 HttpClient SSL buffer size fix

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@856 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-09-10 11:31:53 +00:00
parent 1ec196076a
commit c5983dbb1d
1 changed files with 4 additions and 0 deletions

View File

@ -35,4 +35,8 @@ public class ExternalKeyStoreAsyncSslHttpExchangeTest extends SslHttpExchangeTes
_httpClient.start();
}
@Override
public void testSun() throws Exception
{
}
}