Skip to content

Commit ab97f30

Browse files
committed
docs: clarify a comment
1 parent 653653b commit ab97f30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • libs/server-sent-events/include/launchdarkly/sse

libs/server-sent-events/include/launchdarkly/sse/client.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ class Builder {
186186
* the request's target, headers, method, and body.
187187
*
188188
* Host, port, and scheme are fixed at build time and cannot be changed
189-
* by the hook.
189+
* by the hook. The Last-Event-ID header is managed by the client and
190+
* any value the hook sets for it will be replaced before the request
191+
* is sent.
190192
*
191193
* @param hook Callback invoked with a mutable request before each
192194
* connection attempt.

0 commit comments

Comments
 (0)