Commit b7e5348744b58472075658d24b5accc1bd88a436

Authored by Georg Hopp
1 parent fc3c4ecb

fix another small typo

Showing 1 changed file with 1 additions and 1 deletions
@@ -62,7 +62,7 @@ httpResponseAsset( @@ -62,7 +62,7 @@ httpResponseAsset(
62 nmtime = strftime(mtime, sizeof(mtime), "%a, %d %b %Y %T %Z", tmp); 62 nmtime = strftime(mtime, sizeof(mtime), "%a, %d %b %Y %T %Z", tmp);
63 63
64 if (netag == nmatch && 0 == memcmp(etag, match, netag)) { 64 if (netag == nmatch && 0 == memcmp(etag, match, netag)) {
65 - return httpResponse304(mime, nmime, etag, netag, mtime, nmime); 65 + return httpResponse304(mime, nmime, etag, netag, mtime, nmtime);
66 } 66 }
67 67
68 response = new(HttpResponse, "HTTP/1.1", 200, "OK"); 68 response = new(HttpResponse, "HTTP/1.1", 200, "OK");
Please register or login to post a comment