Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Persistent Connection support can be enabled in the µC/HTTP-server. In that case, the server will close the connection at the end of a transaction only if the header "Connection: close" was received in the HTTP request, else the connection will be maintain open until the HTTP client decides to close the connection or until the server connection inactivity timeout is reached. When the feature is disabled, the HTTP server will always add the "Connection: close" header to the HTTP response and will always closed the connection after the transaction is completed.

See Section Persistent Connection Configuration to enable the Persistent Connection Option feature.

...