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 #23 other part. #26

Merged
merged 2 commits into from Apr 30, 2014
Merged

Fix #23 other part. #26

merged 2 commits into from Apr 30, 2014

Commits on Apr 22, 2014

  1. Fix #23 other part.

    Simplifying the parsing algorithm.
    hultqvist committed Apr 22, 2014
    Copy the full SHA
    1dc014b View commit details
    Browse the repository at this point in the history
  2. Allow HTTP/1.1 connections to be closed

     - Added support for replacing headers such as "Connection: Keep-alive" with "Connection: close"
     - Check for header "Connection: close" to determine whether to close the connection
     - Catch disposed exception caused after a connection was closed
    hultqvist committed Apr 22, 2014
    Copy the full SHA
    ff2ae64 View commit details
    Browse the repository at this point in the history