-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 006271f
author
committedCharlie Barto
make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly
1 parent 9c65488 commit 006271f
File tree
3 files changed
+9
-3
lines changed- Release
- include/cpprest
- tests/functional/uri
3 files changed
+9
-3
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 | - | ||
299 | + | ||
300 | + | ||
300 | 301 |
| |
301 | 302 |
| |
302 | 303 |
| |
303 | 304 |
| |
304 | 305 |
| |
305 | - | ||
306 | + | ||
306 | 307 |
| |
307 | 308 |
| |
308 | 309 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
85 | + | ||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments