mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 00:04:26 -04:00 
			
		
		
		
	Fix error code in page controller
This commit is contained in:
		| @ -86,9 +86,9 @@ void PageControllerV2::service(HttpRequest& request, HttpResponse& response) | ||||
|                     else | ||||
|                         ySession->dismissCurrentComic(); | ||||
|                 } | ||||
|                 response.setStatus(412,"not found"); | ||||
|                 response.write("412 not found",true); | ||||
|             } | ||||
|                 response.setStatus(404,"not found"); | ||||
|                 response.write("404 not found",true); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|     else | ||||
|  | ||||
		Reference in New Issue
	
	Block a user