We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87944f3 commit 1a76157Copy full SHA for 1a76157
NEWS
@@ -1,3 +1,11 @@
1
+Knot Resolver 5.7.5 (2025-0m-dd)
2
+================================
3
+
4
+Bugfixes
5
+--------
6
+- daemon/http: DoH stream got stuck after returning an error code (!1652)
7
8
9
Knot Resolver 5.7.4 (2024-07-23)
10
================================
11
daemon/http.c
@@ -294,6 +294,7 @@ static void http_cleanup_stream(struct http_ctx *ctx)
294
{
295
ctx->incomplete_stream = -1;
296
ctx->current_method = HTTP_METHOD_NONE;
297
+ ctx->status = HTTP_STATUS_OK;
298
free(ctx->uri_path);
299
ctx->uri_path = NULL;
300
http_free_headers(ctx->headers);
0 commit comments