commit 6ba3e12fce212818e9313cb0c08eb927d3ca0668
parent 34233997008feedc0628b5534da9c60749d6f1a6
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Apr 2026 00:11:25 +0200
remove -F option, too complex for now
Diffstat:
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/manpages/paivana-httpd.1.rst b/manpages/paivana-httpd.1.rst
@@ -14,7 +14,6 @@ Synopsis
**paivana-httpd**
[**-f**_|_**--respect-forwarded-headers**]
-[**-F**_|_**--force-complete-upload**]
[**-h**_|_**--help**]
[**-n**_|_**--no-payment**]
[**-u** *BYTES*_|_**--max-upload=**\ \ *BYTES*]
@@ -43,18 +42,6 @@ Its options are as follows:
paivana-httpd is itself behind a trusted reverse proxy that
sanitizes that header - otherwise clients can spoof their address.
-**-F** | **--force-complete-upload**
- If set, uploads will be completed even if the server already
- started to send a response. Usually, once the server has started
- to send a response, we will stop any upload as this usually
- indicates an error with the upload and continuing to upload
- might just be inefficient. However, some servers could also
- simply start responding early while still expecting to see
- the full upload (while others would fail if an upload continued
- when a response is already being sent). This flag can be used
- to force uploads to continue even when the server is already
- returning a response.
-
**-h** | **--help**
Print short help on options.