summaryrefslogtreecommitdiff
path: root/fixed-missing-websocket.inc-in-dist-files.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-10-20 13:32:24 +0000
committerCoprDistGit <infra@openeuler.org>2024-10-20 13:32:24 +0000
commitf384f4c3a2ed26d0d2c596b601cbf2531153311f (patch)
tree1f850c3831b3aaa897e7941a4e7f1bb5a5f9bea9 /fixed-missing-websocket.inc-in-dist-files.patch
parent5a34316ceb8ba942953072e896bee26989638095 (diff)
automatic import of libmicrohttpd
Diffstat (limited to 'fixed-missing-websocket.inc-in-dist-files.patch')
-rw-r--r--fixed-missing-websocket.inc-in-dist-files.patch41
1 files changed, 41 insertions, 0 deletions
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