summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-message.h')
-rw-r--r--libsoup/soup-message.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libsoup/soup-message.h b/libsoup/soup-message.h
index a248e43a..af2b28d8 100644
--- a/libsoup/soup-message.h
+++ b/libsoup/soup-message.h
@@ -138,26 +138,12 @@ void soup_message_set_uri (SoupMessage *msg,
typedef enum {
/*
- * SOUP_MESSAGE_NO_PIPELINE:
- * Use a currently unused connection or establish a new
- * connection when issuing this request.
- */
- SOUP_MESSAGE_NO_PIPELINE = (1 << 0),
-
- /*
* SOUP_MESSAGE_NO_REDIRECT:
* Do not follow redirection responses.
*/
SOUP_MESSAGE_NO_REDIRECT = (1 << 1),
/*
- * SOUP_MESSAGE_NO_COOKIE:
- * Do not send cookie information with request, and do not
- * store cookie information from the response.
- */
- SOUP_MESSAGE_NO_COOKIE = (1 << 2),
-
- /*
* SOUP_MESSAGE_OVERWRITE_CHUNKS:
* Downloaded data chunks should not be stored in the response
* data buffer. Instead only send data to SOUP_HANDLER_BODY_CHUNK