Table of Contents

TSocketHttpServer.HeaderReadTimeout Property

Gets or sets the maximum time, in milliseconds, for a client to send the complete request head, counted from its first byte.

Remarks

This bounds slow (or malicious) clients -- slowloris protection -- and also covers the TLS handshake. Defaults to 10000. Takes effect when the server starts.

Syntax

Unit: Sparkle.Socket.Server

property TSocketHttpServer.HeaderReadTimeout: Integer

See also