This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 42f1e0d468 [DOC] update http.adoc incorrect table lay-out
     new b7a43a72e5 Merge pull request #1586 from hansva/master
42f1e0d468 is described below

commit 42f1e0d468100a7ad273a140c01a272021fd53af
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jul 13 09:22:39 2022 +0200

    [DOC] update http.adoc incorrect table lay-out
---
 docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/http.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/http.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/http.adoc
index 2be41aed19..fe3659ab1a 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/http.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/http.adoc
@@ -42,7 +42,7 @@ Enabling this will also allow you to specify the name of the 
input field.
 |URL field name|The name of the incoming field that contains the URL
 |Connection timeout|
 |Socket timeout|The number of seconds to wait if no data is returned from the 
server.
-|Connection close wait time
+|Connection close wait time |
 |Result fieldname|The name of the field to store results
 |HTTP status code field name|The name of the field to store the HTTP response 
code (e.g. 200, 404)
 |Response time (milliseconds) field name|The name of the field to store the 
response time
@@ -68,4 +68,4 @@ Use a Row generator transform generating e.g. 1 empty row and 
link that with a h
 *Q*: Does the HTTP client support SOAP?
 
 *A*: No, it just calls an URL with arguments.
-Future transforms may provide SOAP functionality, Work is underway on a 
WebService transform supporting WSDL.
\ No newline at end of file
+Future transforms may provide SOAP functionality, Work is underway on a 
WebService transform supporting WSDL.

Reply via email to