mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -04:00
Remove some debugging puts() calls from allow_methods test
This commit is contained in:
parent
75e3320efd
commit
3db6bc0079
@ -746,9 +746,7 @@ http_allowed_methods_test(void *arg)
|
|||||||
|
|
||||||
bufferevent_write(bev1, http_request, strlen(http_request));
|
bufferevent_write(bev1, http_request, strlen(http_request));
|
||||||
|
|
||||||
puts("A");
|
|
||||||
event_base_dispatch(data->base);
|
event_base_dispatch(data->base);
|
||||||
puts("AA");
|
|
||||||
|
|
||||||
fd2 = http_connect("127.0.0.1", port);
|
fd2 = http_connect("127.0.0.1", port);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user