We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653653b commit ab97f30Copy full SHA for ab97f30
1 file changed
libs/server-sent-events/include/launchdarkly/sse/client.hpp
@@ -186,7 +186,9 @@ class Builder {
186
* the request's target, headers, method, and body.
187
*
188
* Host, port, and scheme are fixed at build time and cannot be changed
189
- * by the hook.
+ * 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.
192
193
* @param hook Callback invoked with a mutable request before each
194
* connection attempt.
0 commit comments