mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +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:
parent
e4cd91761d
commit
f2fd8fc928
Notes:
sideshowbarker
2024-07-16 19:17:47 +09:00
Author: https://github.com/awesomekling
Commit: f2fd8fc928
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/37
38 changed files with 9 additions and 1041 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue