Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aws-sigv4: make signature work when post data is binary | Abhinav Singh | 2021-10-15 | 1 | -0/+0 |
User sets the post fields size for binary data. Hence, we should not be using strlen on it. Added test 1937 and 1938 to verify. Closes #7844 |