This is creating more problems than it actually solves
This commit is contained in:
Andrew Steinborn
2020-08-22 02:40:35 -04:00
parent c47d25c88a
commit 1f621300f6
5 changed files with 1 additions and 30 deletions

View File

@@ -150,11 +150,4 @@ public interface ProxyConfig {
* @return read timeout (in milliseconds)
*/
int getReadTimeout();
/**
* Get how long this proxy will wait until performing an initial read timeout.
*
* @return read timeout (in milliseconds)
*/
int getInitialReadTimeout();
}