Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -62,7 +62,7 @@ httpResponseAsset( |
| 62 | 62 | nmtime = strftime(mtime, sizeof(mtime), "%a, %d %b %Y %T %Z", tmp); |
| 63 | 63 | |
| 64 | 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 | 68 | response = new(HttpResponse, "HTTP/1.1", 200, "OK"); | ... | ... |
Please
register
or
login
to post a comment