.httpnoclose Property
Function: |
For the currently selected socket (selection is made through sock.num), sets/returns whether a TCP HTTP connection will be kept opened after the HTTP request has been processed and the HTML page has been sent out |
Type: |
Enum (no_yes, byte) |
Value Range: |
0 — NO (default): connection will be closed (standard HTML server behavior) 1 — YES: will be kept opened, special string will be used as a separator. |
See Also: |
--- |
Details
Normally, the end of the HTML output is indicated by closing the TCP connection. When this property is set to 1 — YES, the connection is not closed at the end of the HTML output. As a substitute, the end of the HTML page output is marked by the following string: "<tibbo_linkserver_http_proxy_end_of_output>."