Commit 907257f
authored
add set_hostname_addr_map to WebSocketClient (#2463)
* add set_hostname_addr_map to WebSocketClient
* add WebSocketTest unit test cases
* SpecifyServerIPAddress_AnotherHostname
* SpecifyServerIPAddress_RealHostname
* Change wrong_ip from 0.0.0.0 to 192.0.2.1
Use 192.0.2.1 (RFC 5737 documentation address) to ensure it acts
as a non-routable address and does not alias to loopback.
* Fix style check
* set short timeout in WebSocketTest.SpecifyServerIPAddress_RealHostname
cannot reach wrong_ip1 parent 0c2f535 commit 907257f
2 files changed
Lines changed: 66 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3848 | 3848 | | |
3849 | 3849 | | |
3850 | 3850 | | |
| 3851 | + | |
3851 | 3852 | | |
3852 | 3853 | | |
3853 | 3854 | | |
| |||
3882 | 3883 | | |
3883 | 3884 | | |
3884 | 3885 | | |
| 3886 | + | |
| 3887 | + | |
| 3888 | + | |
3885 | 3889 | | |
3886 | 3890 | | |
3887 | 3891 | | |
| |||
20326 | 20330 | | |
20327 | 20331 | | |
20328 | 20332 | | |
| 20333 | + | |
| 20334 | + | |
| 20335 | + | |
| 20336 | + | |
| 20337 | + | |
20329 | 20338 | | |
20330 | 20339 | | |
20331 | | - | |
| 20340 | + | |
20332 | 20341 | | |
20333 | 20342 | | |
20334 | 20343 | | |
| |||
20423 | 20432 | | |
20424 | 20433 | | |
20425 | 20434 | | |
| 20435 | + | |
| 20436 | + | |
| 20437 | + | |
| 20438 | + | |
| 20439 | + | |
20426 | 20440 | | |
20427 | 20441 | | |
20428 | 20442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17706 | 17706 | | |
17707 | 17707 | | |
17708 | 17708 | | |
| 17709 | + | |
| 17710 | + | |
| 17711 | + | |
| 17712 | + | |
| 17713 | + | |
| 17714 | + | |
| 17715 | + | |
| 17716 | + | |
| 17717 | + | |
| 17718 | + | |
| 17719 | + | |
| 17720 | + | |
| 17721 | + | |
| 17722 | + | |
| 17723 | + | |
| 17724 | + | |
| 17725 | + | |
| 17726 | + | |
| 17727 | + | |
| 17728 | + | |
| 17729 | + | |
| 17730 | + | |
| 17731 | + | |
| 17732 | + | |
| 17733 | + | |
| 17734 | + | |
| 17735 | + | |
| 17736 | + | |
| 17737 | + | |
| 17738 | + | |
| 17739 | + | |
| 17740 | + | |
| 17741 | + | |
| 17742 | + | |
| 17743 | + | |
| 17744 | + | |
| 17745 | + | |
| 17746 | + | |
| 17747 | + | |
| 17748 | + | |
| 17749 | + | |
| 17750 | + | |
| 17751 | + | |
| 17752 | + | |
| 17753 | + | |
| 17754 | + | |
| 17755 | + | |
| 17756 | + | |
| 17757 | + | |
| 17758 | + | |
| 17759 | + | |
17709 | 17760 | | |
17710 | 17761 | | |
17711 | 17762 | | |
| |||
0 commit comments