diff options
Diffstat (limited to 'content/http-tracing.article')
-rw-r--r-- | content/http-tracing.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/http-tracing.article b/content/http-tracing.article index ae14d57..710ae60 100644 --- a/content/http-tracing.article +++ b/content/http-tracing.article @@ -57,8 +57,8 @@ The program below identifies the current request by using an The program will follow the redirect of google.com to www.google.com and will output: - Connection reused for https://google.com? false - Connection reused for https://www.google.com/? false + Connection reused for https://google.com? false + Connection reused for https://www.google.com/? false The Transport in the `net/http` package supports tracing of both HTTP/1 and HTTP/2 requests. |