Pārlūkot izejas kodu

Travis: Try other xcode image

bel2125 7 gadi atpakaļ
vecāks
revīzija
5f92d24e2e
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      .travis.yml
  2. 1 1
      src/civetweb.c

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ cache:
   directories:
   - $HOME/third-party
 
-osx_image: xcode8.3
+osx_image: xcode8
 
 addons:
   apt:

+ 1 - 1
src/civetweb.c

@@ -16815,7 +16815,7 @@ worker_thread_run(struct worker_thread_args *thread_args)
 			           conn->dom_ctx->ssl_ctx,
 			           SSL_accept,
 			           &(conn->phys_ctx->stop_flag))) {
-				/* XXX TODO: Set conn->dom_ctx */
+                /* conn->dom_ctx is set in get_request */
 
 				/* Get SSL client certificate information (if set) */
 				ssl_get_client_cert_info(conn);