Lines Matching refs:f

116                     log.debug(f'waiting for nghttpx({running.pid}) to exit.')
118 log.debug(f'nghttpx({running.pid}) terminated -> {running.returncode}')
121 log.warning(f'nghttpx({running.pid}), not shut down yet.')
124 log.error(f'nghttpx({running.pid}), terminate forcefully.')
136 check_url = f'https://{self.env.domain1}:{self._https_port}/'
142 check_url = f'https://{self.env.domain1}:{self._port}/'
149 log.debug(f'waiting for nghttpx to stop responding: {r}')
151 log.debug(f"Server still responding after {timeout}")
159 check_url = f'https://{self.env.domain1}:{self._https_port}/'
165 check_url = f'https://{self.env.domain1}:{self._port}/'
172 log.debug(f'waiting for nghttpx to become responsive: {r}')
174 log.error(f"Server still not responding after {timeout}")
207 f'--frontend=*,{self.env.h3_port};quic',
208 f'--frontend=*,{self.env.nghttpx_https_port};tls',
209f'--backend=127.0.0.1,{self.env.https_port};{self.env.domain1};sni={self.env.domain1};proto=h2;tls…
210 f'--backend=127.0.0.1,{self.env.http_port}',
212 f'--pid-file={self._pid_file}',
213 f'--errorlog-file={self._error_log}',
214 f'--conf={self._conf_file}',
215 f'--cacert={self.env.ca.cert_file}',
246 f'--frontend=*,{self.env.h2proxys_port}',
247 f'--backend=127.0.0.1,{self.env.proxy_port}',
249 f'--pid-file={self._pid_file}',
250 f'--errorlog-file={self._error_log}',
251 f'--conf={self._conf_file}',
252 f'--cacert={self.env.ca.cert_file}',
266 check_url = f'https://{self.env.proxy_domain}:{self.env.h2proxys_port}/'
270 log.debug(f'waiting for nghttpx-fwd to stop responding: {r}')
272 log.debug(f"Server still responding after {timeout}")
279 check_url = f'https://{self.env.proxy_domain}:{self.env.h2proxys_port}/'
285 log.debug(f'waiting for nghttpx-fwd to become responsive: {r}')
287 log.error(f"Server still not responding after {timeout}")