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

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


The following commit(s) were added to refs/heads/release2.0.0 by this push:
     new d7fb47e8e6 Update http.adoc (#1585)
d7fb47e8e6 is described below

commit d7fb47e8e6044e8ec0f51b17fb8ae1431958dc03
Author: Scott <[email protected]>
AuthorDate: Wed Jul 13 00:21:38 2022 -0700

    Update http.adoc (#1585)
    
    
https://hop.apache.org/manual/latest/pipeline/transforms/http.html#_description
    
    When viewing in a browser, on the documentation page for the HTTP Client, 
the text in the rows for the columns Option and Description begin to get mixed 
up at "Connection Close wait time", which results in a a mishmash where Option 
text is in Description and they don't align correctly moving down the table. 
For example, the last row displays as Option: Area where you define the 
parameter name-value pairs to pass on the URL | Description: Custom HTTP 
Headers.
    
    It seems there was a missing "|" (vertical bar) on line 45 after 
"Connection Close wait time". By adding the vertical bar there, the rest of the 
values in the table will be aligned in their correct columns.
---
 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