mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
remove unnecessary log
This commit is contained in:
parent
9f04fbc136
commit
ed25d30ff0
@ -64,7 +64,6 @@ module.exports = function(request, response, result) {
|
|||||||
// handle etag caching
|
// handle etag caching
|
||||||
var incoming_etag = request.headers["if-none-match"];
|
var incoming_etag = request.headers["if-none-match"];
|
||||||
if (incoming_etag && incoming_etag === headers.Etag) {
|
if (incoming_etag && incoming_etag === headers.Etag) {
|
||||||
logging.debug(request.id, "Etag matches");
|
|
||||||
response.writeHead(304, headers);
|
response.writeHead(304, headers);
|
||||||
response.end();
|
response.end();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user