[libsoup] Remove last reminants of SoupRequest
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] Remove last reminants of SoupRequest
- Date: Fri, 30 Oct 2020 20:24:10 +0000 (UTC)
commit fdadadd9713c5fd4e7c88668e17125ce27ccbe5d
Author: Patrick Griffis <pgriffis igalia com>
Date: Fri Oct 30 15:07:08 2020 -0500
Remove last reminants of SoupRequest
libsoup/soup-message.c | 2 --
libsoup/soup-multipart-input-stream.c | 2 +-
libsoup/soup-types.h | 2 --
3 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/libsoup/soup-message.c b/libsoup/soup-message.c
index 460182c6..8cda7ea5 100644
--- a/libsoup/soup-message.c
+++ b/libsoup/soup-message.c
@@ -88,8 +88,6 @@ typedef struct {
GTlsCertificate *tls_certificate;
GTlsCertificateFlags tls_errors;
- SoupRequest *request;
-
SoupMessagePriority priority;
gboolean is_top_level_navigation;
diff --git a/libsoup/soup-multipart-input-stream.c b/libsoup/soup-multipart-input-stream.c
index bb712b57..59d3d77b 100644
--- a/libsoup/soup-multipart-input-stream.c
+++ b/libsoup/soup-multipart-input-stream.c
@@ -422,7 +422,7 @@ soup_multipart_input_stream_read_headers (SoupMultipartInputStream *multipart,
* @base_stream: the #GInputStream returned by sending the request.
*
* Creates a new #SoupMultipartInputStream that wraps the
- * #GInputStream obtained by sending the #SoupRequest. Reads should
+ * #GInputStream obtained by sending the #SoupMessage. Reads should
* not be done directly through this object, use the input streams
* returned by soup_multipart_input_stream_next_part() or its async
* counterpart instead.
diff --git a/libsoup/soup-types.h b/libsoup/soup-types.h
index 49a6c9c4..48c598a3 100644
--- a/libsoup/soup-types.h
+++ b/libsoup/soup-types.h
@@ -22,8 +22,6 @@ typedef struct _SoupCookieJar SoupCookieJar;
typedef struct _SoupHSTSEnforcer SoupHSTSEnforcer;
typedef struct _SoupHSTSPolicy SoupHSTSPolicy;
typedef struct _SoupMessage SoupMessage;
-typedef struct _SoupRequest SoupRequest;
-typedef struct _SoupRequestHTTP SoupRequestHTTP;
typedef struct _SoupServer SoupServer;
typedef struct _SoupServerMessage SoupServerMessage;
typedef struct _SoupSession SoupSession;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]