ex1_11

command
v0.0.0-...-f99b521 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

README

Exercise 1.11

Try fetchall with longer argument lists, such as samples from the top million web sites available at alexa.com. How does the program behave if a web site just doesn't respond? (Section 8.9 describes mechanisms for coping in such cases.)

Notes

http.Get times out after 30 seconds, if any of the following (HTTPS issues) don't derail things first:

  • x509: certificate is valid for X, not Y
  • x509: certificate has expired or is not yet valid
  • x509: certificate signed by unknown authority
  • TLS handshake timeout

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL