Skip to content
  1. Feb 19, 2019
  2. Feb 18, 2019
  3. Feb 16, 2019
  4. Feb 15, 2019
  5. Feb 14, 2019
  6. Feb 13, 2019
  7. Feb 12, 2019
    • Jay Satiro's avatar
      examples/crawler: Fix the Accept-Encoding setting · db239c07
      Jay Satiro authored
      - Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default
        supported encodings.
      
      Prior to this change the specific encodings of gzip and deflate were set
      but there's no guarantee they'd be supported by the user's libcurl.
      db239c07