gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 100/222: HTTP3: merged and simplified the two 'running' sections


From: gnunet
Subject: [gnurl] 100/222: HTTP3: merged and simplified the two 'running' sections
Date: Thu, 07 Nov 2019 00:09:56 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0ccdec339d3e475b24ce1a5af382ef083bf8b06f
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Sep 26 14:17:09 2019 +0200

    HTTP3: merged and simplified the two 'running' sections
---
 docs/HTTP3.md | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 06783c007..fc75c7e68 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -68,21 +68,6 @@ Build curl
      % LDFLAGS="-Wl,-rpath,<somewhere1>/lib" ./configure 
--with-ssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
      % make
 
-## Running
-
-Make sure the custom OpenSSL library is the one used at run-time, as otherwise
-you'll just get ld.so linker errors.
-
-## Invoke from command line
-
-Use HTTP/3 directly:
-
-    curl --http3 https://nghttp2.org:8443/
-
-Upgrade via Alt-Svc:
-
-    curl --alt-svc altsvc.cache https://quic.aiortc.org/
-
 # quiche version
 
 ## build
@@ -117,13 +102,14 @@ Clone and build curl:
      % ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" 
--with-ssl=$PWD/../quiche/deps/boringssl/.openssl 
--with-quiche=$PWD/../quiche/target/release
      % make
 
-## Running
+## Run
+
+Use HTTP/3 directly:
+
+    curl --http3 https://nghttp2.org:8443/
 
-Make an HTTP/3 request.
+Upgrade via Alt-Svc:
 
-     % src/curl --http3 https://cloudflare-quic.com/
-     % src/curl --http3 https://facebook.com/
-     % src/curl --http3 https://quic.aiortc.org/
-     % src/curl --http3 https://quic.rocks:4433/
+    curl --alt-svc altsvc.cache https://quic.aiortc.org/
 
 See this [list of public HTTP/3 servers](https://bagder.github.io/HTTP3-test/)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]