Skip to content
Snippets Groups Projects
  • Andreas Gohr's avatar
    bfd975d2
    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
    History
    fix regression bug in HTTPClient FS#2621
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
HTTPClient.php 27.07 KiB