Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

0.7.3

Compare
Choose a tag to compare
@zhuhaow zhuhaow released this 31 Oct 13:54
· 294 commits to master since this release
Changed
- `DirectAdapterSocket` and `SpeedAdapter` will disconnect when the request host is IPv6 address.
- GeoIP now also supports IPv6 address.
- It's possible to match to a domain exactly now in `DomainRuleList`.

Fixed
- `NWTCPSocket` will not crash if `disconnect` is called before `connectTo`.
- Hashing of `IPv4Address` might overflow on 32bit machines.
- Error when parsing HTTP header with ":" in the value.