(options, req)
| 472 | }; |
| 473 | |
| 474 | function normalizeServerName(options, req) { |
| 475 | if (!options.servername && options.servername !== '') |
| 476 | options.servername = calculateServerName(options, req); |
| 477 | } |
| 478 | |
| 479 | function calculateServerName(options, req) { |
| 480 | let servername = options.host; |
no test coverage detected
searching dependent graphs…