From faeaeb4fba75d0bd0e71284a35c1de701f9ba765 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 12 May 2021 12:16:53 -0300 Subject: [PATCH] FORK.md: add notes on upstreamability of my patches --- FORK.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FORK.md b/FORK.md index 85efc10..61f1b1f 100644 --- a/FORK.md +++ b/FORK.md @@ -4,9 +4,14 @@ This is the outline of the changes done in this fork, compared to Kemal upstream - Default HEAD request removed has been removed. If you wish to provide it, you must give your own handler. + - Can not be upstreamed as it would be a breaking change that I did not + ask upstream about. This is a very specific issue to the web services I + write. - Fix to prevent overwriting the `content-length` header value when set by the request handler. + - Could be upstreamed, as it is a single line fix. - Websockets can be closed via an exception, with support for reasons. + - Can not be upstreamed. Same reasoning as the first change. ## Installation?