Re: RFR: 8316433: net.dll should delay load winhttp.dll [v2]

2023-09-21 Thread Michael McMahon
On Tue, 19 Sep 2023 07:02:32 GMT, Daniel JeliƄski wrote: >> WinHTTP functions are only used when an application: >> - uses DefaultProxySelector to resolve proxies, and >> - is run with -Djava.net.useSystemProxies=true >> >> In all other cases, loading winhttp.dll is a waste of resources. >> >>

Re: RFR: 8302659: Modernize Windows native code for NetworkInterface [v5]

2023-03-15 Thread Michael McMahon
On Wed, 1 Mar 2023 18:55:05 GMT, Rich DiCroce wrote: >> Improves performance and correctness, as discussed on the net-dev mailing >> list. > > Rich DiCroce has updated the pull request incrementally with one additional > commit since the last revision: > > Revert flag change in