Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct chapter 20 final listing #2516

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Correct chapter 20 final listing #2516

merged 1 commit into from
Dec 1, 2020

Commits on Nov 29, 2020

  1. Correct chapter 20 final listing

    In chapter 20 on writing a web server, one of the listings includes `.take(2)` on the TCP stream iterator to only handle 2 requests and then quit. This is as an example to demonstrate that the web server shuts down gracefully. However, this has slipped into the final code listing, which I don't think should include this arbitrary restriction. This pull request amends this error.
    OliverBalfour authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    df42781 View commit details
    Browse the repository at this point in the history