Remove some debugging puts() calls from allow_methods test

This commit is contained in:
Nick Mathewson 2010-11-09 10:03:00 -05:00
parent 75e3320efd
commit 3db6bc0079

View File

@ -746,9 +746,7 @@ http_allowed_methods_test(void *arg)
bufferevent_write(bev1, http_request, strlen(http_request));
puts("A");
event_base_dispatch(data->base);
puts("AA");
fd2 = http_connect("127.0.0.1", port);