Azure / Azure/azure-sdk-for-java
[mgmt] add troubleshooting doc about "HTTP header is larger than 8192 bytes" in mgmt readme
Open
Docs
Mgmt
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
Maybe at troubleshooting section
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/resourcemanager#troubleshooting
---
Another situation that caused by this is "duplicate request sent out seconds apart".
This was caused by the failure on header length, and our RetryPolicy would retry and send out new request. One way to diagnose this would be remove the `RetryPolicy`.
Contributor guide
Assessment
This issue has not been assessed yet.