mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Replaced the no longer existing HttpResponse::writeText
with HttpResponse::write
.
This commit is contained in:
@ -55,7 +55,7 @@ void SyncController::service(HttpRequest &request, HttpResponse &response)
|
||||
else
|
||||
{
|
||||
response.setStatus(412,"No comic info received");
|
||||
response.writeText("",true);
|
||||
response.write("",true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user