Skip to content
Commit f12caf93 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Properly return 304

The ETag set in the IF_NONE_MODIFIED header is wraped in quotes (").
However the ETag that is set in response is not (yet). Also we need to
cast the ETag to a string.

* Added unit test
parent e367f1bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment