Path to this page:
Subject: CVS commit: pkgsrc/www/R-webfakes
From: Makoto Fujiwara
Date: 2023-01-01 02:01:15
Message id: 20230101010115.35282FA90@cvs.NetBSD.org
Log Message:
(www/R-webfakes) Updated 1.1.3 to 1.1.6
# webfakes 1.1.6
* `response$send_file()` now handles `root = "/"` and absolute paths
better on Windows.
* `new_app_process()` and `local_app_process()` are now faster,
because the app object they need to copy to the subprocess is smaller.
# webfakes 1.1.5
* `mw_etag()` now handles the `If-None-Match` header properly, and sets
the status code of the response to 304, and removes the response body.
# webfakes 1.1.4
* No user visible changes.
Files: