Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
    • Tatsuhiro Tsujikawa's avatar
      http2: Deal with HTTP/2 data inside response header buffer · 7b7f0da4
      Tatsuhiro Tsujikawa authored
      Previously if HTTP/2 traffic is appended to HTTP Upgrade response header
      (thus they are in the same buffer), the trailing HTTP/2 traffic is not
      processed and lost.  The appended data is most likely SETTINGS frame.
      If it is lost, nghttp2 library complains server does not obey the HTTP/2
      protocol and issues GOAWAY frame and curl eventually drops connection.
      This commit fixes this problem and now trailing data is processed.
      7b7f0da4
  2. Nov 10, 2014
    • Daniel Stenberg's avatar
      multi: removed Curl_multi_set_easy_connection · f64dbb08
      Daniel Stenberg authored
      It isn't used anywhere!
      
      Reported-by: Carlo Wood
      f64dbb08
    • Peter Wu's avatar
      cmake: add ENABLE_THREADED_RESOLVER, rename ARES · 17d27805
      Peter Wu authored
      
      Fix detection of the AsynchDNS feature which not just depends on
      pthreads support, but also on whether USE_POSIX_THREADS is set or not.
      Caught by test 1014.
      
      This patch adds a new ENABLE_THREADED_RESOLVER option (corresponding to
      --enable-threaded-resolver of autotools) which also needs a check for
      HAVE_PTHREAD_H.
      
      For symmetry with autotools, CURL_USE_ARES is renamed to ENABLE_ARES
      (--enable-ares). Checks that test for the availability actually use
      USE_ARES instead as that is the result of whether a-res is available or
      not (in practice this does not matter as CARES is marked as required
      package, but nevertheless it is better to write the intent).
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      17d27805
  3. Nov 09, 2014
  4. Nov 08, 2014
  5. Nov 07, 2014
  6. Nov 06, 2014
  7. Nov 05, 2014
Loading