Adapt to firecgi API change, add asan target, new Makefile ar merge method
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace firesse {
|
||||
|
||||
Stream::Stream(std::unique_ptr<firecgi::Request> request)
|
||||
: request_(std::move(request)) {}
|
||||
Stream::Stream(firecgi::Request* request)
|
||||
: request_(request) {}
|
||||
|
||||
bool Stream::WriteEvent(const std::string& data, uint64_t id, const std::string& type) {
|
||||
if (id) {
|
||||
|
||||
Reference in New Issue
Block a user