Did a lot of work on the HTTP server side
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
response.fail(503, util::ss("Service Unavailable: ", channel.error()));
|
||||
} else {
|
||||
htchan.parsed_bytes_ = channel.in()->fill();
|
||||
response.parse(channel.in(), channel.closed());
|
||||
response.parse(channel.in()->view(), channel.closed());
|
||||
}
|
||||
if (response.complete()) {
|
||||
response.set_request_id(pair.first);
|
||||
|
||||
Reference in New Issue
Block a user