Fix Loop in System.Private.Uri#37733
Conversation
|
Test failure in
@wfurt is this a known issue on Mac? It seems like it should be unrelated, but I haven't dug further yet. |
This test timed out after 15 minutes on |
| // The second, 65535 (ushort.MaxValue) is only reachable via expansion as a result of | ||
| // percent encoding. Exceeding this value used to result in a hang, but now results in | ||
| // an exception. | ||
| static int ExpandedLengthLimit = 65535; |
There was a problem hiding this comment.
Nit: private for both of these
|
The added test case once again timed out on |
Ports 6da61ff to master
CC @karelz @davidsh