1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

tcp request - remove confusing timeout wording from info

This commit is contained in:
Dave Conway-Jones 2017-05-15 22:05:33 +01:00
parent 524021f0fa
commit 1148a0b637
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D

View File

@ -240,7 +240,6 @@
immediately, without waiting for a reply.</p>
<p>The response will be output in <code>msg.payload</code> as a buffer, so you may want to .toString() it.</p>
<p>If you leave tcp host or port blank they must be set by using the <code>msg.host</code> and <code>msg.port</code> properties.</p>
<p><b>Note: </b>Setting a timeout of 0 mS will return immediately and close the connection, without waiting for any reply.</p>
</script>
<script type="text/javascript">