Skip to content
Snippets Groups Projects
  1. Aug 01, 2013
  2. Mar 24, 2013
  3. Feb 16, 2013
  4. 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
  5. Jul 28, 2012
  6. Jun 27, 2012
  7. Jun 20, 2012
  8. Jun 19, 2012
  9. Jun 18, 2012
  10. Mar 18, 2012
  11. Mar 16, 2012
  12. Feb 22, 2012
  13. Nov 27, 2011
  14. Aug 21, 2011
  15. Feb 06, 2011
    • Andreas Gohr's avatar
      better stream writing in HTTPClient FS#2036 · dd47a314
      Andreas Gohr authored
      This changes the HTTP stream to blocking while writing to the stream
      using select() to handle timeouts. Addtionally, wwriting is done in 4k
      block now (as it is done with reading).
      
      This is supposed to fix a problem with writing to a SSL stream that is
      not quite ready.
      
      Reading from the stream continues to be non-blocking as before.
      dd47a314
  16. Jan 12, 2011
  17. Dec 08, 2010
  18. Dec 02, 2010
  19. Nov 29, 2010
  20. Oct 07, 2010
  21. Sep 28, 2010
  22. Sep 24, 2010
    • Andreas Gohr's avatar
      ignore wrong content-encoding header FS#2037 · 07d7dfcf
      Andreas Gohr authored
      Some servers send a content-encoding for gzip files but do not encode
      the content themselves. This is IMHO wrong, this patch detects this
      and ignores the header. The request will return true but set a
      warning message in $this->error
      07d7dfcf
  23. Sep 17, 2010
Loading