mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove HTTP::ScopedStream:
This class was used to allow stream style operator<< to write to the HTTP::Session. This is being superceded by a more robust object-based model that supports coroutines.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <ripple/http/impl/Door.cpp>
|
||||
#include <ripple/http/impl/Port.cpp>
|
||||
#include <ripple/http/impl/ScopedStream.cpp>
|
||||
#include <ripple/http/impl/ServerImpl.cpp>
|
||||
#include <ripple/http/impl/Server.cpp>
|
||||
#include <ripple/http/tests/Server.test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user