From 6d54a51c87eb6d98b53eded8ca962a0e3a372f9e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 23 Nov 2024 08:05:10 -0800 Subject: Remove u_rawurl member of URL. This means that most URLs can now be used without any allocations needed. It eliminates some failure paths. --- src/core/url.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/url.h') diff --git a/src/core/url.h b/src/core/url.h index 5aa53dfd..bb6b2382 100644 --- a/src/core/url.h +++ b/src/core/url.h @@ -14,7 +14,6 @@ #include "core/defs.h" struct nng_url { - char *u_rawurl; // never NULL const char *u_scheme; // never NULL const char *u_userinfo; // will be NULL if not specified char *u_hostname; // name only, will be "" if not specified -- cgit v1.2.3-70-g09d2