We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1f2a1 commit c06cfe7Copy full SHA for c06cfe7
src/tck/include/TckServer.h
@@ -19,7 +19,7 @@ class TckServer
19
/**
20
* The default port on which to listen for HTTP requests from the TCK.
21
*/
22
- [[maybe_unused]] constexpr static const int DEFAULT_HTTP_PORT = 80;
+ [[maybe_unused]] constexpr static const int DEFAULT_HTTP_PORT = 8544;
23
24
25
* Methods involve taking JSON parameters, doing a function, then returning the status of the execution in another
0 commit comments