kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

Bugfix fix put operations #34

Closed baywet closed 6 years ago

baywet commented 6 years ago

The performance improvement added with https://github.com/kenakamu/UCWA2.0-CS/issues/30 introduced a new bug. Put operations were failing because the etag if match header was not added properly. This PR fixes that issue