6.32Terminating a Long Polling Request

Created on Aug 17, 2026~1 min read

In addition to using CancellationToken to cancel a long polling request, the framework also checks the response headers for X-End-Of-Stream; if that header is present, it terminates the long polling request.