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

Get ETag as LWT promise #267

Merged
merged 4 commits into from
Apr 29, 2021
Merged

Get ETag as LWT promise #267

merged 4 commits into from
Apr 29, 2021

Conversation

pkel
Copy link
Contributor

@pkel pkel commented Mar 22, 2021

This PR changes the static middlewares' ETag argument from
?etag_of_fname:(string -> string option) to
?etag_of_fname:(string -> string option Lwt.t).

This change was proposed in #265.

This commit changes the static middlewares' ETag argument from
`?etag_of_fname:(string -> string option)` to
`?etag_of_fname:(string -> string option Lwt.t)`.

This change was proposed in rgrinberg#265.
@tmattio
Copy link
Collaborator

tmattio commented Mar 22, 2021

LGTM, can you add an entry in the changelog?

@pkel
Copy link
Contributor Author

pkel commented Mar 22, 2021

I pushed a proposal for the timestamp thing. On my end, Github does not show the latests commits as part of this PR. See pkel@342d7b6

Changelog entry in pkel@98baec5

@tmattio tmattio merged commit 9c9a1b2 into rgrinberg:master Apr 29, 2021
@tmattio
Copy link
Collaborator

tmattio commented Apr 29, 2021

Thanks!

anuragsoni pushed a commit that referenced this pull request Nov 20, 2021
* Get ETag as LWT promise

This commit changes the static middlewares' ETag argument from
`?etag_of_fname:(string -> string option)` to
`?etag_of_fname:(string -> string option Lwt.t)`.

This change was proposed in #265.

* Generate ETag from UNIX file system

* Update CHANGES.md

* ocamlformat my changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants