mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
Everywhere: Remove LibGemini
This hasn't been maintained (or worked at all) for a long time, and it's not a widely supported protocol, so let's drop it.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include <LibIPC/SingleServer.h>
|
||||
#include <LibTLS/Certificate.h>
|
||||
#include <RequestServer/ConnectionFromClient.h>
|
||||
#include <RequestServer/GeminiProtocol.h>
|
||||
#include <RequestServer/HttpProtocol.h>
|
||||
#include <RequestServer/HttpsProtocol.h>
|
||||
|
||||
@@ -37,7 +36,6 @@ ErrorOr<int> service_main(int ipc_socket)
|
||||
|
||||
Core::EventLoop event_loop;
|
||||
|
||||
RequestServer::GeminiProtocol::install();
|
||||
RequestServer::HttpProtocol::install();
|
||||
RequestServer::HttpsProtocol::install();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user