Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Providing ETag header using inode, mtime, and size #17878

Closed
peter-ahe-google opened this issue Mar 28, 2014 · 1 comment
Closed

Providing ETag header using inode, mtime, and size #17878

peter-ahe-google opened this issue Mar 28, 2014 · 1 comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-io type-enhancement A request for a change that isn't a bug

Comments

@peter-ahe-google
Copy link
Contributor

I'd like to implement something like this:

http://httpd.apache.org/docs/2.2/mod/core.html#fileetag

But I notice a number of short comings that prevent me from doing so:

* FileStat class doesn't expose inode number.

* FileStat doesn't operate on a stream, but a path. This introduces a race condition.

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

Removed Area-IO label.
Added Library-IO label.

@kevmoo kevmoo added the area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. label Jun 16, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-io type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants