Skip to content
  1. Jul 19, 2016
  2. Jul 18, 2016
  3. Jul 14, 2016
  4. Jul 13, 2016
  5. Jul 09, 2016
  6. Jul 01, 2016
  7. Jun 30, 2016
  8. Jun 29, 2016
  9. Jun 28, 2016
  10. Jun 27, 2016
  11. Jun 22, 2016
  12. Jun 21, 2016
  13. Jun 19, 2016
    • Daniel Stenberg's avatar
      tests: fix the HTTP/2 tests · 5f2e3b88
      Daniel Stenberg authored
      The HTTP/2 tests brought with commit bf05606e were using the internal
      name 'http2' for the HTTP/2 server, while in fact that name was already
      used for the second instance of the HTTP server. This made tests using
      the second instance (like test 2050) fail after a HTTP/2 test had run.
      
      The server is now known as HTTP/2 internally and within the <server>
      section in test cases. 1700, 1701 and 1702 were updated accordingly.
      5f2e3b88