Skip to content

Commit c861c9e

Browse files
authored
Merge pull request #128191 from Zhang-Charlie/improve-signalr-doc-title
Improve title clarity by removing redundancy
2 parents 670f80f + 8aafec0 commit c861c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-signalr/signalr-howto-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article provides troubleshooting guidance for some of the common issues tha
2323

2424
### Root cause
2525

26-
For HTTP/2, the max length for a single header is **4 K**, so if using browser to access Azure service, there's an error `ERR_CONNECTION_` for this limitation.
26+
For HTTP/2, the max length for a single header is **4 K**, so if you're using a browser to access the Azure service, you might encounter an error `ERR_CONNECTION_` for this limitation.
2727

2828
For HTTP/1.1, or C# clients, the max URI length is **12 K** and the max header length is **16 K**.
2929

0 commit comments

Comments
 (0)