1. 24 Jan, 2010 1 commit
  2. 20 Jan, 2010 2 commits
  3. 19 Jan, 2010 4 commits
  4. 18 Jan, 2010 2 commits
    • * re-order stream schedule/open/setclient
      * stop unscheduling stream on complete when using persistent connections
      Ben Copsey authored
    • * re-order stream schedule/open/setclient
      * stop unscheduling stream on complete when using persistent connections
      Ben Copsey authored
  5. 14 Jan, 2010 10 commits
  6. 11 Jan, 2010 8 commits
  7. 10 Jan, 2010 1 commit
  8. 09 Jan, 2010 1 commit
  9. 08 Jan, 2010 2 commits
  10. 07 Jan, 2010 1 commit
  11. 06 Jan, 2010 7 commits
  12. 05 Jan, 2010 1 commit
    • …alidated and it leaks the whole request
      Stop reading request headers in handleBytesAvailable - they are now read only in handleStreamComplete.
      This change prevents a neverending loop of ASIAuthenticationDialogs caused by the new lockless delegate authentication system.
      (It also means the request body will always get downloaded, which may be useful sometimes when failing authentication)
      Ben Copsey authored