mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
close -> EVUTIL_CLOSESOCKET
svn:r832
This commit is contained in:
parent
9e8688a749
commit
89a1512a74
@ -300,7 +300,7 @@ http_basic_test(void)
|
||||
|
||||
/* connect to the second port */
|
||||
bufferevent_free(bev);
|
||||
close(fd);
|
||||
EVUTIL_CLOSESOCKET(fd);
|
||||
|
||||
fd = http_connect("127.0.0.1", port + 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user