mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rewrite HTTP/S server to use coroutines:
* Fix bug with more than one complete request in a read buffer * Use stackful coroutines for simplified control flow * Door refactored to detect handshakes * Remove dependency on MultiSocket * Remove dependency on handshake detect logic framework
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#include <ripple/http/impl/Door.cpp>
|
||||
#include <ripple/http/impl/Peer.cpp>
|
||||
#include <ripple/http/impl/Port.cpp>
|
||||
#include <ripple/http/impl/ScopedStream.cpp>
|
||||
#include <ripple/http/impl/ServerImpl.cpp>
|
||||
|
||||
Reference in New Issue
Block a user