Commit ad7aa81
committed
fix exceptions on PutCompareExchangeValueOperation
This commit adds the support for encoding the key property of
PutCompareExchangeValueOperation, thus allowing it to be used
with special characters which would break the URL otherwise.
This function is already used on all other operations, like
GetCompareExchange so it's safe to use in here too.1 parent 3233120 commit ad7aa81
File tree
1 file changed
+1
-1
lines changed- src/Documents/Operations/CompareExchange
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments