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

Fix/eof handling #166

Merged
merged 4 commits into from
Nov 12, 2014
Merged

Fix/eof handling #166

merged 4 commits into from
Nov 12, 2014

Commits on Nov 4, 2014

  1. Raise error on unexpected EOF.

    Fixes infinite read() loop in the case where the server closes the
    connection without sending a valid HTTP response.
    mickm authored and ixti committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    677f8e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Normalize URI path

    ixti committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    816b78a View commit details
    Browse the repository at this point in the history
  2. Refactor support/example_server

    ixti committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    bb0ef37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32978f View commit details
    Browse the repository at this point in the history