mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-19 09:15:34 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: sample/http-server.c
This commit is contained in:
commit
8bf769c47a
@ -277,7 +277,7 @@ send_document_cb(struct evhttp_request *req, void *arg)
|
||||
#endif
|
||||
evbuffer_add_printf(evb, "</ul></body></html>\n");
|
||||
#ifdef _WIN32
|
||||
CloseHandle(d);
|
||||
FindClose(d);
|
||||
#else
|
||||
closedir(d);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user