from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209581

userrating:


May 25th. 2007:
Words

486

Views

258588

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149878

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





NE_SET_SESSION_FLAG

Section: neon API reference (3)
Updated: 23 November 2024
Index Return to Main Contents
 

NAME

ne_set_session_flag, ne_get_session_flag - set and retrieve session flags  

SYNOPSIS

#include <ne_request.h>
void ne_set_session_flag(ne_session *sess, ne_session_flag flag, int value);
int ne_get_session_flag(ne_session *sess, ne_session_flag flag);
 

DESCRIPTION

The ne_set_session_flag function enables or disables a session flag. Passing a non-zero value argument enables the flag, and zero disables it.

The following flags are defined:

NE_SESSFLAG_PERSIST (default on)

disable this flag to prevent use of persistent connections

NE_SESSFLAG_ICYPROTO (default off)

enable this flag to enable support for non-HTTP ShoutCast-style "ICY" responses

NE_SESSFLAG_SSLv2 (default on)

disable this flag to disable support for the SSLv2 protocol

NE_SESSFLAG_RFC4918 (default off)

enable this flag to enable support for RFC4918-only WebDAV features; losing backwards-compatibility with RFC2518 servers

NE_SESSFLAG_CONNAUTH (default off)

enable this flag if an RFC-violating connection-based HTTP authentication scheme is in use

NE_SESSFLAG_TLS_SNI (default off)

disable this flag if a server is used which does not correctly support the TLS SNI extension

NE_SESSFLAG_EXPECT100 (default off)

enable this flag to enable the request flag NE_REQFLAG_EXPECT100 for new requests

NE_SESSFLAG_SHAREPOINT (default off)

enable this flag to use various workarounds to improve interoperability with SharePoint

NE_SESSFLAG_STRICT (default on)

disable this flag to parse HTTP/1.1 messages without strict requirements introduced in RFC 7230 and later
 

RETURN VALUE

The ne_get_session_flag function returns zero if a flag is disabled, less than zero if the flag is not supported, or greater than zero if the flag is enabled.  

SEE ALSO

ne_session_create, ne_set_request_flag.  

COPYRIGHT


Copyright © 200-2024 Joe Orton


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
COPYRIGHT





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.0 ms