Commit 0e3070e
Remind users that the User Agent may be null. (dotnet#725)
When you read the page, it appears that a String will be returned always, this is not the case. In the event the web requester sends a null User Agent, it is not converted to an empty string, and thus should be considered by the programmer.1 parent 5bc246e commit 0e3070e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2251 | 2251 | | |
2252 | 2252 | | |
2253 | 2253 | | |
2254 | | - | |
| 2254 | + | |
2255 | 2255 | | |
2256 | 2256 | | |
2257 | 2257 | | |
| |||
2408 | 2408 | | |
2409 | 2409 | | |
2410 | 2410 | | |
2411 | | - | |
| 2411 | + | |
0 commit comments