This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-connection-timeout-agent.git
The following commit(s) were added to refs/heads/master by this push:
new b18b7e2 SLING-12948 doc update (#17)
b18b7e2 is described below
commit b18b7e2fcc51a9fd81532660377586933c408ea6
Author: Michał Szczęśniak <[email protected]>
AuthorDate: Fri Sep 26 11:00:29 2025 +0200
SLING-12948 doc update (#17)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fcc2fd5..a43f5ff 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ In addition to running the integration tests, you can also
build the project wit
- `<agent-connect-timeout>` - connection timeout in milliseconds to apply via
the agent
- `<agent-read-timeout>`- read timeout in milliseconds to apply via the agent
- `<url>` - the URL to access
- - `<client-type>` - the client type, either `JavaNet` for java.net.URL-based
connections ,`HC3` for Apache Commons HttpClient 3.x, `HC4` for Apache Commons
HttpClient 4.x or `OkHttp` for OK HTTP.
+ - `<client-type>` - the client type, either `JavaNet` for java.net.URL-based
connections ,`HC3` for Apache Commons HttpClient 3.x, `HC4` for Apache Commons
HttpClient 4.x, `OkHttp` for OK HTTP or `JdkHttpClient` for Jdk HttpClient.
- `<client-connect-timeout>` (optional) - the connection timeout in
milliseconds to apply via client APIs
- `<client-read-timeout>` (optional) - the read timeout in milliseconds to
apply via client APIs