From 915005e218b5d00939b548de65ce6354f7acb487 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 28 Jul 2023 21:18:56 -0700 Subject: Completely redesigned Server and Client. Like, seriously, they're almost completely different. --- src/experimental/httpget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/experimental/httpget.h') diff --git a/src/experimental/httpget.h b/src/experimental/httpget.h index f4bf639..a1a8b42 100644 --- a/src/experimental/httpget.h +++ b/src/experimental/httpget.h @@ -11,7 +11,7 @@ #include "bu/stream.h" #include "bu/string.h" #include "bu/url.h" -#include "bu/tcpsocket.h" +#include "bu/sockettcp.h" #include "bu/hash.h" namespace Bu @@ -56,7 +56,7 @@ namespace Bu private: Bu::Url uSrc; Bu::String sMethod; - Bu::TcpSocket sSrv; + Bu::SocketTcp sSrv; typedef Bu::Hash MimeHash; MimeHash hMimeIn; MimeHash hMimeOut; -- cgit v1.2.3