mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 05:48:51 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
257651a48c
@ -3040,9 +3040,9 @@ http_connection_fail_test(void *arg)
|
|||||||
evhttp_free(http);
|
evhttp_free(http);
|
||||||
http = NULL;
|
http = NULL;
|
||||||
|
|
||||||
/* Pick an unroutable address. The limited broadcast address should do
|
/* Pick an unroutable address. This administratively scoped multicast
|
||||||
* when working with TCP. */
|
* address should do when working with TCP. */
|
||||||
evcon = evhttp_connection_base_new(data->base, NULL, "255.255.255.255", 80);
|
evcon = evhttp_connection_base_new(data->base, NULL, "239.10.20.30", 80);
|
||||||
tt_assert(evcon);
|
tt_assert(evcon);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user