From 86394dabe9a0afc214f50b982e48368e87839188 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 21 Jan 2023 11:22:33 +0000 Subject: * doc/ref: Small docs update for session flags and request pages. [skip ci] --- doc/ref/req.xml | 5 ++--- doc/ref/sessflags.xml | 8 +++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/ref/req.xml b/doc/ref/req.xml index b2d754d..4a77fd4 100644 --- a/doc/ref/req.xml +++ b/doc/ref/req.xml @@ -69,8 +69,7 @@ combination of the ne_begin_request, linkend="ne_add_request_header"/> and can be used. To include a message body with the request, one of the functions -ne_set_request_body_buffer, , or +ne_set_request_body_buffer, ne_set_request_body_fd, or ne_set_request_body_provider can be used. The return value of @@ -88,7 +87,7 @@ any processing of the response headers and message body. the resources associated with it. Any subsequent use of the request object produces undefined behaviour. - If a request is being using a non-idempotent method such + For a request with a non-idempotent method such as POST, the NE_REQFLAG_IDEMPOTENT flag should be disabled; see . diff --git a/doc/ref/sessflags.xml b/doc/ref/sessflags.xml index e3e15d5..4979494 100644 --- a/doc/ref/sessflags.xml +++ b/doc/ref/sessflags.xml @@ -98,7 +98,13 @@ requests - + + NE_SESSFLAG_SHAREPOINT + + enable this flag to use various workarounds to + improve interoperability with SharePoint + + -- cgit v1.2.1