()
| 2430 | mergedOptions.update(conf) |
| 2431 | |
| 2432 | def _setTrafficOutputFP(): |
| 2433 | if conf.trafficFile: |
| 2434 | infoMsg = "setting file for logging HTTP traffic" |
| 2435 | logger.info(infoMsg) |
| 2436 | |
| 2437 | conf.trafficFP = openFile(conf.trafficFile, "w+") |
| 2438 | |
| 2439 | def _setupHTTPCollector(): |
| 2440 | if not conf.harFile: |