-
867ef7b3
by Paul Gofman at 2026-05-03T17:21:04+02:00
wininet/tests: Add a test for multiple server addresses.
-
dde075e9
by Paul Gofman at 2026-05-03T17:21:04+02:00
wininet: Pass proxy server addr_str if present in open_http_connection().
If proxy is present request->server->addr_str is empty string.
-
80706636
by Paul Gofman at 2026-05-03T17:21:06+02:00
wininet: Store server address related data in the new server_addr_t structure.
-
b5c34d8a
by Paul Gofman at 2026-05-03T17:21:06+02:00
wininet: Enclose ipv6 address string in square brackets.
-
8245512c
by Paul Gofman at 2026-05-03T17:21:06+02:00
wininet: Introduce and use create_connect_socket().
-
20de97c2
by Paul Gofman at 2026-05-03T17:21:06+02:00
wininet: Try to connect to multiple server addresses.
-
5c93ae5b
by Paul Gofman at 2026-05-03T17:21:06+02:00
wininet: Do not force ipv4 addresses.