Skip to content
Snippets Groups Projects
  1. Nov 06, 2012
    • Andreas Gohr's avatar
      fix regression bug in HTTPClient FS#2621 · bfd975d2
      Andreas Gohr authored
      In the recent refactoring of the HTTPClient, a problem with certain
      systems was reintroduced. On these systems a select() call always
      waits for a timeout on the first call before working properly on the
      second call.
      
      This patch reintroduces the shorter timeouts with usleep rate limiting
      again.
      
      Since this bug is not reproducible on other systems it can't be unit
      tested unfortunately.
      bfd975d2
  2. Nov 05, 2012
  3. Nov 04, 2012
  4. Nov 03, 2012
  5. Nov 02, 2012
  6. Oct 31, 2012
  7. Oct 26, 2012
  8. Oct 25, 2012
  9. Oct 24, 2012
  10. Oct 23, 2012
  11. Oct 19, 2012
  12. Oct 18, 2012
    • Andreas Gohr's avatar
      avoid broken browser_uid on IE · 80b4f376
      Andreas Gohr authored
      Internet Explorer 8 (and maybe others) seem to use different
      capitalization in the ACCEPT_CHARSET header between "normal" requests
      and AJAX requests. This causes a browser UID mismatch and thus an
      unecessary reauthentication.
      80b4f376
  13. Oct 16, 2012
  14. Oct 13, 2012
  15. Oct 12, 2012
Loading