1. 17 Aug, 2016 1 commit
    • transports: http: reset `connected` flag when re-connecting transport · c4cba4e9
      When calling `http_connect` on a subtransport whose stream is already
      connected, we first close the stream in case no keep-alive is in use.
      When doing so, we do not reset the transport's connection state,
      though. Usually, this will do no harm in case the subsequent connect
      will succeed. But when the connection fails we are left with a
      substransport which is tagged as connected but which has no valid
      stream attached.
      
      Fix the issue by resetting the subtransport's connected-state when
      closing its stream in `http_connect`.
      Patrick Steinhardt committed
  2. 09 Aug, 2016 4 commits
  3. 08 Aug, 2016 4 commits
  4. 06 Aug, 2016 2 commits
  5. 05 Aug, 2016 7 commits
  6. 04 Aug, 2016 11 commits
  7. 03 Aug, 2016 1 commit
  8. 02 Aug, 2016 1 commit
  9. 24 Jul, 2016 9 commits