Commit fea609c0 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

httpapi/tests: Cancel a pending receive request (Valgrind).

parent a1953e4e
......@@ -534,6 +534,8 @@ static void test_v1_short_buffer(void)
ok(!ret, "Got error %u.\n", ret);
ok(req->RequestId == req_id, "Got request ID %s.\n", wine_dbgstr_longlong(req->RequestId));
CancelIoEx(queue, &ovl);
ret = HttpRemoveUrl(queue, localhost_urlW);
ok(!ret, "Got error %u.\n", ret);
closesocket(s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment