-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal: non-strict RFC etag support
For some caldav providers, it wasn't possible to unmarshal unquoted text for etag. https://datatracker.ietf.org/doc/html/rfc2616#section-3.11 points to wrap text with quotes, but in reality it's sometimes ignored. internal: test for ETag UnmarshalText, ETag String, ETag unmarshal and marshal
- Loading branch information
Aleksandr Borisov
committed
Oct 27, 2024
1 parent
7f8c17a
commit fb85cd0
Showing
2 changed files
with
159 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters