From f384f4c3a2ed26d0d2c596b601cbf2531153311f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 20 Oct 2024 13:32:24 +0000 Subject: automatic import of libmicrohttpd --- fixed-missing-websocket.inc-in-dist-files.patch | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 fixed-missing-websocket.inc-in-dist-files.patch (limited to 'fixed-missing-websocket.inc-in-dist-files.patch') diff --git a/fixed-missing-websocket.inc-in-dist-files.patch b/fixed-missing-websocket.inc-in-dist-files.patch new file mode 100644 index 0000000..b1a2ba4 --- /dev/null +++ b/fixed-missing-websocket.inc-in-dist-files.patch @@ -0,0 +1,41 @@ +diff -Nur a/doc/libmicrohttpd-tutorial.texi b/doc/libmicrohttpd-tutorial.texi +--- a/doc/libmicrohttpd-tutorial.texi 2021-12-27 01:30:00.000000000 +0800 ++++ b/doc/libmicrohttpd-tutorial.texi 2022-08-27 10:39:16.578248526 +0800 +@@ -68,7 +68,6 @@ + * Improved processing of POST data:: + * Session management:: + * Adding a layer of security:: +-* Websockets:: + * Bibliography:: + * License text:: + * Example programs:: +@@ -110,10 +109,6 @@ + @chapter Adding a layer of security + @include chapters/tlsauthentication.inc + +-@node Websockets +-@chapter Websockets +-@include chapters/websocket.inc +- + @node Bibliography + @appendix Bibliography + @include chapters/bibliography.inc +@@ -133,7 +128,6 @@ + * largepost.c:: + * sessions.c:: + * tlsauthentication.c:: +-* websocket.c:: + @end menu + + @node hellobrowser.c +@@ -184,10 +178,4 @@ + @verbatiminclude examples/tlsauthentication.c + @end smalldisplay + +-@node websocket.c +-@section websocket.c +-@smalldisplay +-@verbatiminclude examples/websocket.c +-@end smalldisplay +- + @bye -- cgit v1.2.3