You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, source-pane will put any found ETag into the If-Match header of its requests.
However, as discussed in solid/specification#340 (comment), servers MUST perform a strong comparison. Hence, when sending any weak ETag, comparison will always fail.
The source pane should thus not use a weak ETag, and perhaps use another semaphore mechanism.
The text was updated successfully, but these errors were encountered:
Currently, source-pane will put any found ETag into the
If-Match
header of its requests.However, as discussed in solid/specification#340 (comment), servers MUST perform a strong comparison. Hence, when sending any weak ETag, comparison will always fail.
The source pane should thus not use a weak ETag, and perhaps use another semaphore mechanism.
The text was updated successfully, but these errors were encountered: